diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2004-10-10 20:19:34 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2004-10-10 20:19:34 +0000 |
commit | d504a237b9b00d2b53a47d487fbb919ad89e7b25 (patch) | |
tree | 9f9216974c468673ab5c4c60136f640bf957e8a1 /app-editors/jedit/jedit-4.2.ebuild | |
parent | inherit eutils. (diff) | |
download | historical-d504a237b9b00d2b53a47d487fbb919ad89e7b25.tar.gz historical-d504a237b9b00d2b53a47d487fbb919ad89e7b25.tar.bz2 historical-d504a237b9b00d2b53a47d487fbb919ad89e7b25.zip |
dependency on dev-libs/libxslt was lost
Diffstat (limited to 'app-editors/jedit/jedit-4.2.ebuild')
-rw-r--r-- | app-editors/jedit/jedit-4.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-editors/jedit/jedit-4.2.ebuild b/app-editors/jedit/jedit-4.2.ebuild index 0eeff9fd8a28..b2ef7e607af2 100644 --- a/app-editors/jedit/jedit-4.2.ebuild +++ b/app-editors/jedit/jedit-4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/jedit/jedit-4.2.ebuild,v 1.3 2004/10/03 06:33:49 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/jedit/jedit-4.2.ebuild,v 1.4 2004/10/10 20:19:34 axxo Exp $ inherit java-utils @@ -20,6 +20,7 @@ DEPEND="${RDEPEND} doc? ( =app-text/docbook-xml-dtd-4.3* =app-text/docbook-xsl-stylesheets-1.65.1* + dev-libs/libxslt ) >=dev-java/ant-1.5.4 jikes? ( >=dev-java/jikes-1.17 )" |