From 533c4ffdcc389b67f29190799d7f505a0850cbdc Mon Sep 17 00:00:00 2001 From: Magnus Granberg Date: Wed, 26 Oct 2011 18:54:07 +0000 Subject: [PATCH] Fixing the dupe of IUSE nossp --- eclass/toolchain.eclass | 3 +-- 1 file changed, 1 insertion(+), 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 @@ -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" -- 2.26.2