summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmando Di Cianno <fafhrd@gentoo.org>2005-06-06 04:58:56 +0000
committerArmando Di Cianno <fafhrd@gentoo.org>2005-06-06 04:58:56 +0000
commit911daf8bff8fc6d3e23e8a7a81f7ca1b7a648892 (patch)
tree6247746d44d7ed8c67d5969a8b3769e81b86139b /eclass/gnustep.eclass
parentmasked >app-portage/mirrorselect-0.89 for testing (diff)
downloadhistorical-911daf8bff8fc6d3e23e8a7a81f7ca1b7a648892.tar.gz
historical-911daf8bff8fc6d3e23e8a7a81f7ca1b7a648892.tar.bz2
historical-911daf8bff8fc6d3e23e8a7a81f7ca1b7a648892.zip
Minor DEPEND changes for GNUstep eclass
Diffstat (limited to 'eclass/gnustep.eclass')
-rw-r--r--eclass/gnustep.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gnustep.eclass b/eclass/gnustep.eclass
index 101d346e6794..866efe9ebc43 100644
--- a/eclass/gnustep.eclass
+++ b/eclass/gnustep.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep.eclass,v 1.24 2005/05/05 16:44:06 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep.eclass,v 1.25 2005/06/06 04:58:56 fafhrd Exp $
inherit gnustep-funcs eutils flag-o-matic
@@ -47,7 +47,7 @@ DOC_DEPEND="doc? ( virtual/tetex
=dev-tex/latex2html-2002*
=app-text/texi2html-1.6* )"
GNUSTEP_CORE_DEPEND="virtual/libc
- >=sys-devel/gcc-3.0.4
+ >=sys-devel/gcc-3.3.5
${DOC_DEPEND}"
##########################################
# Armando Di Cianno <fafhrd@gentoo.org>