summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-12-12 18:10:36 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-12-12 18:10:36 +0000
commit6cabb8a3906ab2338b587b187c0a66333e0f6417 (patch)
treedf769f839812af388372b62d30b91440b4805d48 /sys-boot
parentBug #296537: Increase the warnings and catch where the user does not have IA3... (diff)
downloadgentoo-2-6cabb8a3906ab2338b587b187c0a66333e0f6417.tar.gz
gentoo-2-6cabb8a3906ab2338b587b187c0a66333e0f6417.tar.bz2
gentoo-2-6cabb8a3906ab2338b587b187c0a66333e0f6417.zip
Whitespace.
(Portage version: 2.2_rc58/cvs/Linux x86_64)
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/grub-static/grub-static-0.97-r9.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-boot/grub-static/grub-static-0.97-r9.ebuild b/sys-boot/grub-static/grub-static-0.97-r9.ebuild
index f2699f7f1f95..87fcc2b46ad4 100644
--- a/sys-boot/grub-static/grub-static-0.97-r9.ebuild
+++ b/sys-boot/grub-static/grub-static-0.97-r9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/grub-static-0.97-r9.ebuild,v 1.6 2009/12/12 18:09:30 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/grub-static-0.97-r9.ebuild,v 1.7 2009/12/12 18:10:36 robbat2 Exp $
# XXX: we need to review menu.lst vs grub.conf handling. We've been converting
# all systems to grub.conf (and symlinking menu.lst to grub.conf), but
@@ -25,10 +25,10 @@ PROVIDE="virtual/bootloader"
pkg_setup() {
local arch="$(tc-arch)"
case ${arch} in
- amd64)
+ amd64)
CONFIG_CHECK='~IA32_EMULATION'
WARNING_IA32_EMULATION="You will NOT be able to run grub unless you have IA32_EMULATION set!"
- check_extra_config
+ check_extra_config
;;
esac
}