diff options
author | 2005-01-18 06:14:46 +0000 | |
---|---|---|
committer | 2005-01-18 06:14:46 +0000 | |
commit | cf4c0c0bdbaf361a2ebb072240d859818c85cc68 (patch) | |
tree | 282771c561254bc344b5970eda66baaa0d85c018 | |
parent | Added use_multilib and using it in place of 'use multilib' since newer multil... (diff) | |
download | historical-cf4c0c0bdbaf361a2ebb072240d859818c85cc68.tar.gz historical-cf4c0c0bdbaf361a2ebb072240d859818c85cc68.tar.bz2 historical-cf4c0c0bdbaf361a2ebb072240d859818c85cc68.zip |
Removing emul-linux-x86 from IUSE.
-rw-r--r-- | eclass/toolchain.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 1aa3621e9cd5..a31121ef4533 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.88 2005/01/18 06:05:21 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.89 2005/01/18 06:14:46 eradicator Exp $ HOMEPAGE="http://www.gnu.org/software/gcc/gcc.html" LICENSE="GPL-2 LGPL-2.1" @@ -116,7 +116,7 @@ if [[ ${ETYPE} == "gcc-library" ]] ; then IUSE="nls build uclibc" SLOT="${CTARGET}-${SO_VERSION_SLOT:-5}" else - IUSE="static nls bootstrap build multislot multilib gcj gtk fortran nocxx objc hardened uclibc n32 n64 ip28 emul-linux-x86" + IUSE="static nls bootstrap build multislot multilib gcj gtk fortran nocxx objc hardened uclibc n32 n64 ip28" [[ -n ${HTB_VER} ]] && IUSE="${IUSE} boundschecking" # Support upgrade paths here or people get pissed if use multislot ; then |