summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-03-15 20:18:03 +0000
committerMike Frysinger <vapier@gentoo.org>2012-03-15 20:18:03 +0000
commit6b355829e335d17f4515fc108e04672b43471ae1 (patch)
tree4f8cf39168ff1116e865d4877a5b7d8a98519bb7 /eclass
parentdev-util/gprof2dot: Python 3.x (bug #341687) (diff)
downloadgentoo-2-6b355829e335d17f4515fc108e04672b43471ae1.tar.gz
gentoo-2-6b355829e335d17f4515fc108e04672b43471ae1.tar.bz2
gentoo-2-6b355829e335d17f4515fc108e04672b43471ae1.zip
require gcc-config-1.5+ now that everyone is stable (has ABI CFLAGS fixes and go support)
Diffstat (limited to 'eclass')
-rw-r--r--eclass/toolchain.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 8989334f39a1..d312b168e76b 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.530 2012/03/14 20:46:35 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.531 2012/03/15 20:18:03 vapier Exp $
#
# Maintainer: Toolchain Ninjas <toolchain@gentoo.org>
@@ -178,7 +178,7 @@ if in_iuse gcj ; then
DEPEND+=" gcj? ( gtk? ( ${GCJ_GTK_DEPS} ) ${GCJ_DEPS} )"
fi
-PDEPEND=">=sys-devel/gcc-config-1.4"
+PDEPEND=">=sys-devel/gcc-config-1.5"
#----<< DEPEND >>----