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 | addec1d2547b2c3131ed02654265438c4ff9bbb6 (patch) | |
tree | 756d335b745dc19c428cc48d7dea21475f46e6fc /sys-boot/grub | |
parent | Stable on ppc64; bug #146793 (diff) | |
download | gentoo-2-addec1d2547b2c3131ed02654265438c4ff9bbb6.tar.gz gentoo-2-addec1d2547b2c3131ed02654265438c4ff9bbb6.tar.bz2 gentoo-2-addec1d2547b2c3131ed02654265438c4ff9bbb6.zip |
use new multilib style
Diffstat (limited to 'sys-boot/grub')
-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 |