summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Stelling <blubb@gentoo.org>2006-02-05 14:46:31 +0000
committerSimon Stelling <blubb@gentoo.org>2006-02-05 14:46:31 +0000
commit73200dffc63594cfade0e9b30f3989c0543569fd (patch)
tree4079adf1ac4a233ab9782d073c395dfffddd971d /sys-boot/grub/grub-0.96-r2.ebuild
parentremove old 2004.3 multilib checks (diff)
downloadhistorical-73200dffc63594cfade0e9b30f3989c0543569fd.tar.gz
historical-73200dffc63594cfade0e9b30f3989c0543569fd.tar.bz2
historical-73200dffc63594cfade0e9b30f3989c0543569fd.zip
remove old 2004.3 multilib checks
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'sys-boot/grub/grub-0.96-r2.ebuild')
-rw-r--r--sys-boot/grub/grub-0.96-r2.ebuild12
1 files changed, 2 insertions, 10 deletions
diff --git a/sys-boot/grub/grub-0.96-r2.ebuild b/sys-boot/grub/grub-0.96-r2.ebuild
index f9c1d4abc2c1..f5856e36e4ab 100644
--- a/sys-boot/grub/grub-0.96-r2.ebuild
+++ b/sys-boot/grub/grub-0.96-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.96-r2.ebuild,v 1.9 2005/08/21 02:24:04 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.96-r2.ebuild,v 1.10 2006/02/05 14:44:52 blubb Exp $
inherit mount-boot eutils flag-o-matic toolchain-funcs
@@ -29,14 +29,6 @@ PATCHDIR="${WORKDIR}/gentoo"
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