diff options
author | 2011-10-26 18:54:07 +0000 | |
---|---|---|
committer | 2011-10-26 18:54:07 +0000 | |
commit | a724f3aa06275d2c0f96ccb8ee5da2b733cdcc0f (patch) | |
tree | 58f28b922e64c0213f8f9ae82b979508465cc22a /eclass | |
parent | Apply nx-3.5.0-libpng15.patch also to 3.4.0 wrt http://forums.gentoo.org/view... (diff) | |
download | gentoo-2-a724f3aa06275d2c0f96ccb8ee5da2b733cdcc0f.tar.gz gentoo-2-a724f3aa06275d2c0f96ccb8ee5da2b733cdcc0f.tar.bz2 gentoo-2-a724f3aa06275d2c0f96ccb8ee5da2b733cdcc0f.zip |
Fixing the dupe of IUSE nossp
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/toolchain.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 9e039b72f64f..e8ef0778fde4 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.473 2011/10/17 19:10:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.474 2011/10/26 18:54:07 zorry Exp $ # # Maintainer: Toolchain Ninjas <toolchain@gentoo.org> @@ -87,7 +87,6 @@ if [[ ${PN} != "kgcc64" && ${PN} != gcc-* ]] ; then IUSE+=" altivec fortran nocxx" [[ -n ${PIE_VER} ]] && IUSE+=" nopie" [[ -n ${PP_VER} ]] && IUSE+=" nossp" - [[ -n ${SPECS_VER} ]] && IUSE+=" nossp" [[ -n ${HTB_VER} ]] && IUSE+=" boundschecking" [[ -n ${D_VER} ]] && IUSE+=" d" |