diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-07-08 19:48:27 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-07-08 19:48:27 +0000 |
commit | 099655e38bc2b9cc90ff88ab03d0fb56d410c58a (patch) | |
tree | 57eadeb649480c6784695f54ed6a6349136dffeb /app-text/xmlto/xmlto-0.0.18.ebuild | |
parent | Version bumped. (diff) | |
download | historical-099655e38bc2b9cc90ff88ab03d0fb56d410c58a.tar.gz historical-099655e38bc2b9cc90ff88ab03d0fb56d410c58a.tar.bz2 historical-099655e38bc2b9cc90ff88ab03d0fb56d410c58a.zip |
xmlto needs sys-apps/which wrt #277092
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'app-text/xmlto/xmlto-0.0.18.ebuild')
-rw-r--r-- | app-text/xmlto/xmlto-0.0.18.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-text/xmlto/xmlto-0.0.18.ebuild b/app-text/xmlto/xmlto-0.0.18.ebuild index caa474545f31..578fcf048923 100644 --- a/app-text/xmlto/xmlto-0.0.18.ebuild +++ b/app-text/xmlto/xmlto-0.0.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xmlto/xmlto-0.0.18.ebuild,v 1.25 2009/05/22 12:57:18 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xmlto/xmlto-0.0.18.ebuild,v 1.26 2009/07/08 19:48:27 ssuominen Exp $ inherit eutils @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="" -DEPEND="app-shells/bash +RDEPEND="app-shells/bash dev-libs/libxslt >=app-text/docbook-xsl-stylesheets-1.62.0-r1 ~app-text/docbook-xml-dtd-4.2 @@ -23,6 +23,7 @@ DEPEND="app-shells/bash || ( || ( >=sys-apps/coreutils-6.10-r1 sys-apps/mktemp ) sys-freebsd/freebsd-ubin )" +DEPEND="${RDEPEND}" # tetex? ( >=app-text/passivetex-1.4 )" # Passivetex/xmltex need some sorting out <obz@gentoo.org> |