commit: 63aaad8e00aa40326e1f65d009ef75e605ebd46d
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 3 00:50:05 2015 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Sat Oct 3 00:50:05 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63aaad8e
toolchain-binutils.eclass: enable multislot for 2.24 versions since 2.25.1 is
stable
eclass/toolchain-binutils.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/toolchain-binutils.eclass b/eclass/toolchain-binutils.eclass
index c370650..08024cc 100644
--- a/eclass/toolchain-binutils.eclass
+++ b/eclass/toolchain-binutils.eclass
@@ -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"