diff options
author | 2009-07-08 19:50:45 +0000 | |
---|---|---|
committer | 2009-07-08 19:50:45 +0000 | |
commit | 5a62f31b523c9e8bcef6ccd0d3c9c68c57d0266f (patch) | |
tree | 66ccad59080c396eab1ba7129232564fc7cd6812 | |
parent | xmlto needs sys-apps/which wrt #277092 (diff) | |
download | gentoo-2-5a62f31b523c9e8bcef6ccd0d3c9c68c57d0266f.tar.gz gentoo-2-5a62f31b523c9e8bcef6ccd0d3c9c68c57d0266f.tar.bz2 gentoo-2-5a62f31b523c9e8bcef6ccd0d3c9c68c57d0266f.zip |
fix previous diffently..
(Portage version: 2.2_rc33/cvs/Linux x86_64)
-rw-r--r-- | app-text/xmlto/xmlto-0.0.22.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/xmlto/xmlto-0.0.22.ebuild b/app-text/xmlto/xmlto-0.0.22.ebuild index d93037e2593e..1d6e62ae2ea0 100644 --- a/app-text/xmlto/xmlto-0.0.22.ebuild +++ b/app-text/xmlto/xmlto-0.0.22.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.22.ebuild,v 1.6 2009/07/08 19:48:27 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xmlto/xmlto-0.0.22.ebuild,v 1.7 2009/07/08 19:50:45 ssuominen Exp $ EAPI=2 inherit eutils autotools @@ -14,8 +14,8 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="latex" -RDEPEND="userland_GNU? ( sys-apps/which ) - app-shells/bash +RDEPEND="app-shells/bash + || ( sys-apps/which sys-freebsd/freebsd-ubin ) dev-libs/libxslt >=app-text/docbook-xsl-stylesheets-1.62.0-r1 ~app-text/docbook-xml-dtd-4.2 |