diff options
author | Armando Di Cianno <fafhrd@gentoo.org> | 2005-06-06 07:08:19 +0000 |
---|---|---|
committer | Armando Di Cianno <fafhrd@gentoo.org> | 2005-06-06 07:08:19 +0000 |
commit | fc1ffd60e123acbeec0c76fcb4f281dd992ff907 (patch) | |
tree | fd0398de6ca8e191d5b788f1412bdfdbfac69fe6 /eclass/gnustep.eclass | |
parent | stable on ppc64 (diff) | |
download | historical-fc1ffd60e123acbeec0c76fcb4f281dd992ff907.tar.gz historical-fc1ffd60e123acbeec0c76fcb4f281dd992ff907.tar.bz2 historical-fc1ffd60e123acbeec0c76fcb4f281dd992ff907.zip |
DEPEND fixes per bug 93979
Diffstat (limited to 'eclass/gnustep.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 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}" |