diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-11 08:21:28 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-11 08:21:28 +0000 |
commit | 1c9c6b8f53521d53e1b56b3e48b7041775b6b85c (patch) | |
tree | a55dabb6909a13bd09dc623afb66c773a02628a5 /sys-boot | |
parent | Fixup sparc bits in setup_flags. (Manifest recommit) (diff) | |
download | gentoo-2-1c9c6b8f53521d53e1b56b3e48b7041775b6b85c.tar.gz gentoo-2-1c9c6b8f53521d53e1b56b3e48b7041775b6b85c.tar.bz2 gentoo-2-1c9c6b8f53521d53e1b56b3e48b7041775b6b85c.zip |
repoman: Trim trailing whitespace
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/grub/grub-0.92-r1.ebuild | 6 | ||||
-rw-r--r-- | sys-boot/grub/grub-0.93.20030118.ebuild | 6 | ||||
-rw-r--r-- | sys-boot/grub/grub-0.94-r1.ebuild | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/sys-boot/grub/grub-0.92-r1.ebuild b/sys-boot/grub/grub-0.92-r1.ebuild index 3ecfa93648b7..8e51c0657ba8 100644 --- a/sys-boot/grub/grub-0.92-r1.ebuild +++ b/sys-boot/grub/grub-0.92-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.92-r1.ebuild,v 1.3 2004/02/26 07:42:49 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.92-r1.ebuild,v 1.4 2004/06/11 08:21:28 mr_bones_ Exp $ inherit mount-boot eutils flag-o-matic gcc @@ -35,8 +35,8 @@ src_compile() { filter-flags "-fstack-protector" - #i686-specific code in the boot loader is a bad idea; disabling to ensure - #at least some compatibility if the hard drive is moved to an older or + #i686-specific code in the boot loader is a bad idea; disabling to ensure + #at least some compatibility if the hard drive is moved to an older or #incompatible system. unset CFLAGS ./configure --prefix=/usr \ diff --git a/sys-boot/grub/grub-0.93.20030118.ebuild b/sys-boot/grub/grub-0.93.20030118.ebuild index c947b0d446ad..35ff050fc565 100644 --- a/sys-boot/grub/grub-0.93.20030118.ebuild +++ b/sys-boot/grub/grub-0.93.20030118.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.93.20030118.ebuild,v 1.6 2004/05/12 13:03:24 pappy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.93.20030118.ebuild,v 1.7 2004/06/11 08:21:28 mr_bones_ Exp $ inherit mount-boot eutils flag-o-matic @@ -46,8 +46,8 @@ src_compile() { filter-flags -fstack-protector filter-flags -fPIC - ### i686-specific code in the boot loader is a bad idea; disabling to ensure - ### at least some compatibility if the hard drive is moved to an older or + ### i686-specific code in the boot loader is a bad idea; disabling to ensure + ### at least some compatibility if the hard drive is moved to an older or ### incompatible system. unset CFLAGS diff --git a/sys-boot/grub/grub-0.94-r1.ebuild b/sys-boot/grub/grub-0.94-r1.ebuild index 110865cc1a45..04c1c65c1a60 100644 --- a/sys-boot/grub/grub-0.94-r1.ebuild +++ b/sys-boot/grub/grub-0.94-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.94-r1.ebuild,v 1.8 2004/06/10 16:20:21 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.94-r1.ebuild,v 1.9 2004/06/11 08:21:28 mr_bones_ Exp $ inherit mount-boot eutils flag-o-matic gcc @@ -24,7 +24,7 @@ src_unpack() { ( has_m64 && has_m32) || \ die "please re-emerge gcc with USE=multilib FEATURES=-sandbox" fi - + unpack ${A} cd ${S} |