diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-09-08 06:12:56 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-09-08 06:12:56 +0000 |
commit | d5c2cc765de4ffc5116ddec8f478cc1375923519 (patch) | |
tree | fe4de8cb2250a0d1c9bf76934b66b7b246bfcad3 /sys-boot | |
parent | Stable on ppc64; bug #146793 (diff) | |
download | historical-d5c2cc765de4ffc5116ddec8f478cc1375923519.tar.gz historical-d5c2cc765de4ffc5116ddec8f478cc1375923519.tar.bz2 historical-d5c2cc765de4ffc5116ddec8f478cc1375923519.zip |
use new multilib style
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/grub/grub-1.94.ebuild | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/sys-boot/grub/grub-1.94.ebuild b/sys-boot/grub/grub-1.94.ebuild index 21c1be77433b..84cb47809a60 100644 --- a/sys-boot/grub/grub-1.94.ebuild +++ b/sys-boot/grub/grub-1.94.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-1.94.ebuild,v 1.1 2006/06/18 16:44:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-1.94.ebuild,v 1.2 2006/09/08 06:12:56 vapier Exp $ inherit mount-boot eutils flag-o-matic toolchain-funcs @@ -18,14 +18,8 @@ DEPEND=">=sys-libs/ncurses-5.2-r5 dev-libs/lzo" PROVIDE="virtual/bootloader" -pkg_setup() { - if use amd64 ; then - ABI_ALLOW="x86" - ABI="x86" - fi -} - src_compile() { + use amd64 && multilib_toolchain_setup x86 use custom-cflags || unset CFLAGS LDFLAGS use static && append-ldflags -static |