diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-03-13 19:59:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-03-13 19:59:45 +0000 |
commit | ed299d549fabf607d17c20770c287aa91715ffd9 (patch) | |
tree | 8274425111651c42b5c2a8bb11975a3fc7f0043b /eclass | |
parent | Move old ebuilds to toolchain overlay. (diff) | |
download | gentoo-2-ed299d549fabf607d17c20770c287aa91715ffd9.tar.gz gentoo-2-ed299d549fabf607d17c20770c287aa91715ffd9.tar.bz2 gentoo-2-ed299d549fabf607d17c20770c287aa91715ffd9.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}" |