summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorArmando Di Cianno <fafhrd@gentoo.org>2005-06-06 07:08:19 +0000
committerArmando Di Cianno <fafhrd@gentoo.org>2005-06-06 07:08:19 +0000
commitf2e8de1479b94c49d4e5ad2f24dcc2b553a5be70 (patch)
tree12e7a9bbbd794488f99ebeb24a361d77cefda248 /eclass
parentstable on ppc64 (diff)
downloadgentoo-2-f2e8de1479b94c49d4e5ad2f24dcc2b553a5be70.tar.gz
gentoo-2-f2e8de1479b94c49d4e5ad2f24dcc2b553a5be70.tar.bz2
gentoo-2-f2e8de1479b94c49d4e5ad2f24dcc2b553a5be70.zip
DEPEND fixes per bug 93979
Diffstat (limited to '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 866efe9ebc43..bb3c67deda31 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.25 2005/06/06 04:58:56 fafhrd Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep.eclass,v 1.26 2005/06/06 07:08:19 fafhrd Exp $
inherit gnustep-funcs eutils flag-o-matic
@@ -45,7 +45,7 @@ IUSE="debug profile"
###########################################################################
DOC_DEPEND="doc? ( virtual/tetex
=dev-tex/latex2html-2002*
- =app-text/texi2html-1.6* )"
+ >=app-text/texi2html-1.64 )"
GNUSTEP_CORE_DEPEND="virtual/libc
>=sys-devel/gcc-3.3.5
${DOC_DEPEND}"