Fixing the dupe of IUSE nossp
authorMagnus Granberg <zorry@gentoo.org>
Wed, 26 Oct 2011 18:54:07 +0000 (18:54 +0000)
committerMagnus Granberg <zorry@gentoo.org>
Wed, 26 Oct 2011 18:54:07 +0000 (18:54 +0000)
eclass/toolchain.eclass

index 9e039b72f64f492fdec492a3fc4edbabd99c5396..e8ef0778fde48b6e3b5f031cc55ced04223f1fa7 100644 (file)
@@ -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"