summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-12-01 05:55:55 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-12-01 05:55:55 +0000
commitb9c3fa9c5d4d4602c14fc2c7475ecb4afcf6a4a0 (patch)
tree99eadc083c083d45a5e2148360e9ce34465b9c96 /sys-boot
parentKeyworded ~ppc-macos. (Manifest recommit) (diff)
downloadgentoo-2-b9c3fa9c5d4d4602c14fc2c7475ecb4afcf6a4a0.tar.gz
gentoo-2-b9c3fa9c5d4d4602c14fc2c7475ecb4afcf6a4a0.tar.bz2
gentoo-2-b9c3fa9c5d4d4602c14fc2c7475ecb4afcf6a4a0.zip
fix use invocation
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/grub/ChangeLog6
-rw-r--r--sys-boot/grub/grub-0.95.20040823.ebuild7
2 files changed, 9 insertions, 4 deletions
diff --git a/sys-boot/grub/ChangeLog b/sys-boot/grub/ChangeLog
index e38682e6773b..1c198e856611 100644
--- a/sys-boot/grub/ChangeLog
+++ b/sys-boot/grub/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-boot/grub
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.27 2004/11/22 21:19:08 robmoss Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.28 2004/12/01 05:55:55 mr_bones_ Exp $
+
+ 30 Nov 2004; Michael Sterrett <mr_bones_@gentoo.org>
+ grub-0.95.20040823.ebuild:
+ fix use invocation
22 Nov 2004; <robmoss@gentoo.org>
+files/grub-0.95.20040823-warnings.patch, grub-0.95.20040823.ebuild:
diff --git a/sys-boot/grub/grub-0.95.20040823.ebuild b/sys-boot/grub/grub-0.95.20040823.ebuild
index 997f0e9b44cd..92f662aae334 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.6 2004/11/22 21:19:08 robmoss Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.95.20040823.ebuild,v 1.7 2004/12/01 05:55:55 mr_bones_ Exp $
inherit mount-boot eutils flag-o-matic gcc gnuconfig toolchain-funcs
@@ -61,8 +61,9 @@ src_compile() {
WANT_AUTOMAKE=1.7 automake || die "automake failed"
# build the net-bootable grub first, but only if "netboot" is set
- if [ -n "$(use netboot)" ]
- then CFLAGS="" \
+ if use netboot
+ then
+ CFLAGS="" \
econf \
--datadir=/usr/lib/grub \
--exec-prefix=/ \