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 | 8927a75c9f8bd0804a524ca5d72614826db18526 (patch) | |
tree | be34ed9cb681a7488d2ad960388dcc78535d0fb1 /sys-boot/grub/grub-0.92-r1.ebuild | |
parent | Stable on ppc. (diff) | |
download | historical-8927a75c9f8bd0804a524ca5d72614826db18526.tar.gz historical-8927a75c9f8bd0804a524ca5d72614826db18526.tar.bz2 historical-8927a75c9f8bd0804a524ca5d72614826db18526.zip |
repoman: Trim trailing whitespace
Diffstat (limited to 'sys-boot/grub/grub-0.92-r1.ebuild')
-rw-r--r-- | sys-boot/grub/grub-0.92-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 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 \ |