diff options
Diffstat (limited to 'sys-boot/grub/grub-2.00_beta1.ebuild')
-rw-r--r-- | sys-boot/grub/grub-2.00_beta1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-boot/grub/grub-2.00_beta1.ebuild b/sys-boot/grub/grub-2.00_beta1.ebuild index 556c885e6213..a96013fa8281 100644 --- a/sys-boot/grub/grub-2.00_beta1.ebuild +++ b/sys-boot/grub/grub-2.00_beta1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.00_beta1.ebuild,v 1.2 2012/03/08 05:28:57 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.00_beta1.ebuild,v 1.3 2012/03/08 10:23:34 mr_bones_ Exp $ EAPI=4 @@ -134,7 +134,7 @@ grub_src_configure() { guessed) ;; *) with_platform="--with-platform=${platform}" ;; esac - + ECONF_SOURCE="${S}" \ econf \ --disable-werror \ |