projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1db98b
)
toolchain-binutils.eclass: enable multislot for 2.24 versions since 2.25.1 is stable
author
Mike Frysinger
<vapier@gentoo.org>
Sat, 3 Oct 2015 00:50:05 +0000
(20:50 -0400)
committer
Mike Frysinger
<vapier@gentoo.org>
Sat, 3 Oct 2015 00:50:05 +0000
(20:50 -0400)
eclass/toolchain-binutils.eclass
patch
|
blob
|
history
diff --git
a/eclass/toolchain-binutils.eclass
b/eclass/toolchain-binutils.eclass
index c370650c8d0575683721259ec95677d1d4a72e8b..08024cc91f1c6fc11b4b0ba9f9f1e8b526499013 100644
(file)
--- 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.2
3.90
|| [[ ${BTYPE} != "rel" ]] || is_cross || use multislot ; then
+if ! version_is_at_least 2.2
5
|| [[ ${BTYPE} != "rel" ]] || is_cross || use multislot ; then
SLOT="${BVER}"
else
SLOT="0"