summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2005-01-11 13:22:08 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2005-01-11 13:22:08 +0000
commit8ed9e93ee9ddcfbefbc32ab1d8acd1d415c8a892 (patch)
treecbe68ba1137b021a3310216519dc34ede269f7df /sys-devel/gcc/gcc-3.3.2-r7.ebuild
parentStable on sparc, it's about time (diff)
downloadhistorical-8ed9e93ee9ddcfbefbc32ab1d8acd1d415c8a892.tar.gz
historical-8ed9e93ee9ddcfbefbc32ab1d8acd1d415c8a892.tar.bz2
historical-8ed9e93ee9ddcfbefbc32ab1d8acd1d415c8a892.zip
emul-linux-x86 USE flag instead of amd64.
Diffstat (limited to 'sys-devel/gcc/gcc-3.3.2-r7.ebuild')
-rw-r--r--sys-devel/gcc/gcc-3.3.2-r7.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/gcc/gcc-3.3.2-r7.ebuild b/sys-devel/gcc/gcc-3.3.2-r7.ebuild
index 22f7ee8fd1eb..98857c61941a 100644
--- a/sys-devel/gcc/gcc-3.3.2-r7.ebuild
+++ b/sys-devel/gcc/gcc-3.3.2-r7.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.2-r7.ebuild,v 1.18 2005/01/11 08:58:54 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.2-r7.ebuild,v 1.19 2005/01/11 13:22:08 eradicator Exp $
-IUSE="static nls bootstrap java build X multilib gcj"
+IUSE="static nls bootstrap java build X multilib gcj emul-linux-x86"
inherit eutils flag-o-matic libtool versionator
@@ -122,7 +122,7 @@ DEPEND="virtual/libc
>=sys-devel/binutils-2.14.90.0.6-r1
>=sys-devel/bison-1.875
>=sys-devel/gcc-config-1.3.1
- amd64? ( multilib? ( >=app-emulation/emul-linux-x86-baselibs-1.0 ) )
+ emul-linux-x86? ( multilib? ( >=app-emulation/emul-linux-x86-baselibs-1.0 ) )
!build? ( >=sys-libs/ncurses-5.2-r2
nls? ( sys-devel/gettext ) )"