summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-07-05 04:17:11 +0000
committerMike Frysinger <vapier@gentoo.org>2009-07-05 04:17:11 +0000
commit3f425e10ec3a7aeacf1088fc0c751fcef44bc905 (patch)
treee639077e67815661b439ed1ded55bdcf074d6eba /sys-boot
parentRemoved ruby19 from USE_RUBY, bug #275998. (diff)
downloadgentoo-2-3f425e10ec3a7aeacf1088fc0c751fcef44bc905.tar.gz
gentoo-2-3f425e10ec3a7aeacf1088fc0c751fcef44bc905.tar.bz2
gentoo-2-3f425e10ec3a7aeacf1088fc0c751fcef44bc905.zip
Disable efiemu/pe2elf #276262 by Auke Booij.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/grub/ChangeLog5
-rw-r--r--sys-boot/grub/grub-9999.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-boot/grub/ChangeLog b/sys-boot/grub/ChangeLog
index 90a2805005bf..e9986ec2f428 100644
--- a/sys-boot/grub/ChangeLog
+++ b/sys-boot/grub/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-boot/grub
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.121 2009/07/04 18:46:05 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.122 2009/07/05 04:17:11 vapier Exp $
+
+ 05 Jul 2009; Mike Frysinger <vapier@gentoo.org> grub-9999.ebuild:
+ Disable efiemu/pe2elf #276262 by Auke Booij.
04 Jul 2009; Robin H. Johnson <robbat2@gentoo.org> grub-0.97-r9.ebuild:
Bug #255271: check for IA32_EMULATION on 64-bit, as we are building a
diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild
index 414f94f4dcd1..aa9fb7f0de21 100644
--- a/sys-boot/grub/grub-9999.ebuild
+++ b/sys-boot/grub/grub-9999.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/grub-9999.ebuild,v 1.10 2009/06/20 12:43:15 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.11 2009/07/05 04:17:11 vapier Exp $
inherit autotools mount-boot eutils flag-o-matic toolchain-funcs
@@ -53,9 +53,9 @@ src_compile() {
--sbindir=/sbin \
--bindir=/bin \
--libdir=/$(get_libdir) \
- --enable-efiemu \
+ --disable-efiemu \
+ --disable-grub-pe2elf \
--enable-grub-mkfont \
- --enable-grub-pe2elf \
$(use_enable debug mm-debug) \
$(use_enable debug grub-emu) \
$(use_enable debug grub-emu-usb) \