Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Thu, 31 Dec 2015 05:30:32
Message-Id: 1451539822.e824d4550088fd20c587d4d4ce93684f57f70645.vapier@gentoo
1 commit: e824d4550088fd20c587d4d4ce93684f57f70645
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 31 04:45:29 2015 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 31 05:30:22 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e824d455
7
8 toolchain.eclass: enable multislot for gcc-4.7 versions
9
10 eclass/toolchain.eclass | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
14 index b18d418..6d704fb 100644
15 --- a/eclass/toolchain.eclass
16 +++ b/eclass/toolchain.eclass
17 @@ -159,7 +159,7 @@ fi
18 IUSE+=" ${IUSE_DEF[*]/#/+}"
19
20 # Support upgrade paths here or people get pissed
21 -if ! tc_version_is_at_least 4.7 || is_crosscompile || use multislot || [[ ${GCC_PV} == *_alpha* ]] ; then
22 +if ! tc_version_is_at_least 4.8 || is_crosscompile || use multislot || [[ ${GCC_PV} == *_alpha* ]] ; then
23 SLOT="${GCC_CONFIG_VER}"
24 elif ! tc_version_is_at_least 5.0 ; then
25 SLOT="${GCC_BRANCH_VER}"