I was browsing toolchain.eclass and noticed this:
if [[ ${PN} != "kgcc64" && ${PN} != gcc-* ]] ; then
...
[[ -n ${SPECS_VER} ]] && IUSE+=" nossp"
...
if tc_version_is_at_least 3 ; then
...
if tc_version_is_at_least "4.4" ; then
IUSE+=" graphite"
[[ -n ${SPECS_VER} ]] && IUSE+=" nossp"
fi
...
fi
fi
The second IUSE+=" nossp" seems redundant and could be removed, right?
signature.asc
Description: OpenPGP digital signature
