diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-12-28 11:32:08 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-12-28 11:32:08 +0000 |
commit | a9b70e678f34a69a6921ce0073d0e7df26e294c1 (patch) | |
tree | bc699e9a39c1361f76b699021a2d7b09b0ebc051 /sys-boot/grub/grub-0.95.20040823.ebuild | |
parent | repoman: Fix leading whitespace (Manifest recommit) (diff) | |
download | gentoo-2-a9b70e678f34a69a6921ce0073d0e7df26e294c1.tar.gz gentoo-2-a9b70e678f34a69a6921ce0073d0e7df26e294c1.tar.bz2 gentoo-2-a9b70e678f34a69a6921ce0073d0e7df26e294c1.zip |
repoman: Trim trailing whitespace
Diffstat (limited to 'sys-boot/grub/grub-0.95.20040823.ebuild')
-rw-r--r-- | sys-boot/grub/grub-0.95.20040823.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-boot/grub/grub-0.95.20040823.ebuild b/sys-boot/grub/grub-0.95.20040823.ebuild index 88e349f4d012..92f0183d5bb2 100644 --- a/sys-boot/grub/grub-0.95.20040823.ebuild +++ b/sys-boot/grub/grub-0.95.20040823.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.95.20040823.ebuild,v 1.9 2004/12/20 18:54:54 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.95.20040823.ebuild,v 1.10 2004/12/28 11:32:08 mr_bones_ Exp $ inherit mount-boot eutils flag-o-matic gcc gnuconfig toolchain-funcs @@ -55,7 +55,7 @@ src_compile() { has_pie && CC="$(tc-getCC) `test_flag -fno-pic` `test_flag -nopie`" has_ssp && CC="$(tc-getCC) `test_flag -fno-stack-protector`" - + autoconf || die "autoconf failed" aclocal || die "aclocal failed" WANT_AUTOMAKE=1.8 automake || die "automake failed" |