diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-28 01:17:39 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-28 01:17:39 +0000 |
commit | 0cf6cec5a9f2d91689a4145412ffba0420176660 (patch) | |
tree | 1adac144c5d7ff11687922b59fb33e2bda37df4f /eclass | |
parent | Version bump. (Manifest recommit) (diff) | |
download | gentoo-2-0cf6cec5a9f2d91689a4145412ffba0420176660.tar.gz gentoo-2-0cf6cec5a9f2d91689a4145412ffba0420176660.tar.bz2 gentoo-2-0cf6cec5a9f2d91689a4145412ffba0420176660.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gnustep.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gnustep.eclass b/eclass/gnustep.eclass index 1ffaa6d60444..0e36b85631f1 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.14 2004/09/27 00:09:55 fafhrd Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep.eclass,v 1.15 2004/09/28 01:17:39 mr_bones_ Exp $ inherit eutils flag-o-matic @@ -13,7 +13,7 @@ IUSE="debug" DOC_DEPEND="doc? ( =app-text/tetex-2.0* =dev-tex/latex2html-2002* =app-text/texi2html-1.6* )" -GNUSTEP_CORE_DEPEND="virtual/glibc +GNUSTEP_CORE_DEPEND="virtual/libc >=sys-devel/gcc-3.0.4 ${DOC_DEPEND}" GNUSTEP_BASE_DEPEND="${GNUSTEP_CORE_DEPEND} |