summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-09-23 21:23:56 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-09-23 21:23:56 +0000
commit70d2f0b33f608eeae14df1174defff65c3706fee (patch)
tree54f030b9b258c22aa5df10e50f9bb80b19321338 /eclass/gnustep.eclass
parentRemove virtual/libc (diff)
downloadgentoo-2-70d2f0b33f608eeae14df1174defff65c3706fee.tar.gz
gentoo-2-70d2f0b33f608eeae14df1174defff65c3706fee.tar.bz2
gentoo-2-70d2f0b33f608eeae14df1174defff65c3706fee.zip
Remove virtual/libc
Diffstat (limited to 'eclass/gnustep.eclass')
-rw-r--r--eclass/gnustep.eclass5
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/gnustep.eclass b/eclass/gnustep.eclass
index 1033b1371663..4979c94420a6 100644
--- a/eclass/gnustep.eclass
+++ b/eclass/gnustep.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep.eclass,v 1.38 2007/12/08 20:28:43 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep.eclass,v 1.39 2009/09/23 21:23:56 patrick Exp $
# THIS ECLASS IS DEPRECATED. PLEASE DO NOT USE IT.
@@ -52,8 +52,7 @@ IUSE="debug profile doc"
DOC_DEPEND="doc? ( virtual/tetex
=dev-tex/latex2html-2002*
>=app-text/texi2html-1.64 )"
-GNUSTEP_CORE_DEPEND="virtual/libc
- >=sys-devel/gcc-3.3.5
+GNUSTEP_CORE_DEPEND=">=sys-devel/gcc-3.3.5
${DOC_DEPEND}"
##########################################
# Armando Di Cianno <fafhrd@gentoo.org>