diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-12-31 09:09:06 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-12-31 09:09:06 +0000 |
commit | 7cb9252f8bb71cb1e38c51cc60680e5edc34a797 (patch) | |
tree | d684d4e6fe1cafd6fcbb2071d0ed3424c6b59610 /sys-boot/grub/grub-9999.ebuild | |
parent | Drop funky custom env cleaning as ssd does it for us now #253178 by Erik Hahn. (diff) | |
download | historical-7cb9252f8bb71cb1e38c51cc60680e5edc34a797.tar.gz historical-7cb9252f8bb71cb1e38c51cc60680e5edc34a797.tar.bz2 historical-7cb9252f8bb71cb1e38c51cc60680e5edc34a797.zip |
Drop multilib stuff as the binaries that run on the host system.
Package-Manager: portage-2.2_rc20/cvs/Linux 2.6.28 x86_64
Diffstat (limited to 'sys-boot/grub/grub-9999.ebuild')
-rw-r--r-- | sys-boot/grub/grub-9999.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild index 51b9a4a11d75..3fa80ec8b16b 100644 --- a/sys-boot/grub/grub-9999.ebuild +++ b/sys-boot/grub/grub-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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.3 2008/12/30 11:35:54 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.4 2008/12/31 09:09:06 vapier Exp $ inherit mount-boot eutils flag-o-matic toolchain-funcs @@ -16,7 +16,7 @@ fi DESCRIPTION="GNU GRUB 2 boot loader" HOMEPAGE="http://www.gnu.org/software/grub/" -LICENSE="GPL-2" +LICENSE="GPL-3" use multislot && SLOT="2" || SLOT="0" KEYWORDS="" IUSE="custom-cflags multislot static" @@ -29,7 +29,6 @@ STRIP_MASK="/lib*/grub/*/*.mod" QA_EXECSTACK="sbin/grub-probe sbin/grub-setup" src_compile() { - use amd64 && multilib_toolchain_setup x86 use custom-cflags || unset CFLAGS CPPFLAGS LDFLAGS use static && append-ldflags -static |