public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] redundant code in toolchain.eclass?
@ 2011-10-26 14:20 "Paweł Hajdan, Jr."
  2011-10-26 16:02 ` Ian Stakenvicius
  2011-10-31  1:09 ` Mike Frysinger
  0 siblings, 2 replies; 3+ messages in thread
From: "Paweł Hajdan, Jr." @ 2011-10-26 14:20 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 469 bytes --]

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?


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 203 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-10-31  1:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-26 14:20 [gentoo-dev] redundant code in toolchain.eclass? "Paweł Hajdan, Jr."
2011-10-26 16:02 ` Ian Stakenvicius
2011-10-31  1:09 ` Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox