From: Mike Frysinger Date: Sat, 3 Oct 2015 00:50:05 +0000 (-0400) Subject: toolchain-binutils.eclass: enable multislot for 2.24 versions since 2.25.1 is stable X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=63aaad8e00aa40326e1f65d009ef75e605ebd46d;p=gentoo.git toolchain-binutils.eclass: enable multislot for 2.24 versions since 2.25.1 is stable --- diff --git a/eclass/toolchain-binutils.eclass b/eclass/toolchain-binutils.eclass index c370650c8d05..08024cc91f1c 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"