toolchain-binutils.eclass: enable multislot for 2.24 versions since 2.25.1 is stable
authorMike Frysinger <vapier@gentoo.org>
Sat, 3 Oct 2015 00:50:05 +0000 (20:50 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sat, 3 Oct 2015 00:50:05 +0000 (20:50 -0400)
eclass/toolchain-binutils.eclass

index c370650c8d0575683721259ec95677d1d4a72e8b..08024cc91f1c6fc11b4b0ba9f9f1e8b526499013 100644 (file)
@@ -92,7 +92,7 @@ IUSE="cxx multislot multitarget nls static-libs test vanilla"
 if version_is_at_least 2.19 ; then
        IUSE+=" zlib"
 fi
-if ! version_is_at_least 2.23.90 || [[ ${BTYPE} != "rel" ]] || is_cross || use multislot ; then
+if ! version_is_at_least 2.25 || [[ ${BTYPE} != "rel" ]] || is_cross || use multislot ; then
        SLOT="${BVER}"
 else
        SLOT="0"