diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-02-05 14:46:31 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-02-05 14:46:31 +0000 |
commit | 6d3c5fd3c88aeb55c77ad9187a238013a7e872f8 (patch) | |
tree | b9c2118f8a52c7c3769f48b3bdc8d5aaf6d39d9c /sys-boot/grub/grub-0.97-r2.ebuild | |
parent | remove old 2004.3 multilib checks (diff) | |
download | gentoo-2-6d3c5fd3c88aeb55c77ad9187a238013a7e872f8.tar.gz gentoo-2-6d3c5fd3c88aeb55c77ad9187a238013a7e872f8.tar.bz2 gentoo-2-6d3c5fd3c88aeb55c77ad9187a238013a7e872f8.zip |
remove old 2004.3 multilib checks
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'sys-boot/grub/grub-0.97-r2.ebuild')
-rw-r--r-- | sys-boot/grub/grub-0.97-r2.ebuild | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/sys-boot/grub/grub-0.97-r2.ebuild b/sys-boot/grub/grub-0.97-r2.ebuild index f0e3d82eb809..3d91ba58157e 100644 --- a/sys-boot/grub/grub-0.97-r2.ebuild +++ b/sys-boot/grub/grub-0.97-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# 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-0.97-r2.ebuild,v 1.3 2005/11/25 19:46:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r2.ebuild,v 1.4 2006/02/05 14:44:52 blubb Exp $ inherit mount-boot eutils flag-o-matic toolchain-funcs @@ -25,14 +25,6 @@ PROVIDE="virtual/bootloader" pkg_setup() { if use amd64 ; then - if ! has_m32 ; then - eerror "Your compiler seems to be unable to compile 32bit code." - eerror "If you are on amd64, make sure you compile gcc with:" - echo - eerror " USE=multilib FEATURES=-sandbox" - die "Cannot produce 32bit objects!" - fi - ABI_ALLOW="x86" ABI="x86" fi |