summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2008-12-03 14:29:05 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2008-12-03 14:29:05 +0000
commit60063d56d760104051e5c3b0b528c609d53cd358 (patch)
treef4064bef6f04bc6f2ef53ee40f356a536b25e496 /eclass
parentMarking mecab-ipadic-2.7.0.20070801 ppc64 for bug 245176 (diff)
downloadhistorical-60063d56d760104051e5c3b0b528c609d53cd358.tar.gz
historical-60063d56d760104051e5c3b0b528c609d53cd358.tar.bz2
historical-60063d56d760104051e5c3b0b528c609d53cd358.zip
Update doc DEPEND
Diffstat (limited to 'eclass')
-rw-r--r--eclass/gnustep-base.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gnustep-base.eclass b/eclass/gnustep-base.eclass
index de577ba47157..4cce7f285128 100644
--- a/eclass/gnustep-base.eclass
+++ b/eclass/gnustep-base.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep-base.eclass,v 1.8 2008/10/03 14:59:42 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep-base.eclass,v 1.9 2008/12/03 14:29:05 voyageur Exp $
inherit eutils flag-o-matic
@@ -16,7 +16,7 @@ IUSE="debug doc"
# packages needed to build any base gnustep package
GNUSTEP_CORE_DEPEND="virtual/libc
- doc? ( virtual/texi2dvi =dev-tex/latex2html-2002* >=app-text/texi2html-1.64 )"
+ doc? ( virtual/texi2dvi dev-tex/latex2html app-text/texi2html )"
# Where to install GNUstep
GNUSTEP_PREFIX="/usr/GNUstep"