diff options
author | 2015-03-13 19:59:45 +0000 | |
---|---|---|
committer | 2015-03-13 19:59:45 +0000 | |
commit | 92e56a7300aa616b430acbf15670f0355f9b3c26 (patch) | |
tree | f609234a78ab919e60118d317b9eb0e647b0a462 /eclass | |
parent | Move old ebuilds to toolchain overlay. (diff) | |
download | historical-92e56a7300aa616b430acbf15670f0355f9b3c26.tar.gz historical-92e56a7300aa616b430acbf15670f0355f9b3c26.tar.bz2 historical-92e56a7300aa616b430acbf15670f0355f9b3c26.zip |
enable multislot for 4.6.x now that has cycled out
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/toolchain.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 838da9373b06..75f28c8a354a 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.654 2015/02/15 06:54:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.655 2015/03/13 19:59:45 vapier Exp $ # Maintainer: Toolchain Ninjas <toolchain@gentoo.org> @@ -155,7 +155,7 @@ fi IUSE+=" ${IUSE_DEF[*]}" # Support upgrade paths here or people get pissed -if ! tc_version_is_at_least 4.6 || is_crosscompile || use multislot ; then +if ! tc_version_is_at_least 4.7 || is_crosscompile || use multislot ; then SLOT="${GCC_CONFIG_VER}" else SLOT="${GCC_BRANCH_VER}" |