From 92e56a7300aa616b430acbf15670f0355f9b3c26 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 13 Mar 2015 19:59:45 +0000 Subject: enable multislot for 4.6.x now that has cycled out --- eclass/toolchain.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass') 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 @@ -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}" -- cgit v1.2.3-65-gdbad