summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Matthijs <axxo@gentoo.org>2005-09-10 16:24:02 +0000
committerThomas Matthijs <axxo@gentoo.org>2005-09-10 16:24:02 +0000
commit94342c542642abe26fef9346ae594a770cac2dae (patch)
tree4e092780d38f3f8d0de031ff35cc03d841d521ef /dev-java/batik/batik-1.6.ebuild
parentfix deps #101224 (diff)
downloadgentoo-2-94342c542642abe26fef9346ae594a770cac2dae.tar.gz
gentoo-2-94342c542642abe26fef9346ae594a770cac2dae.tar.bz2
gentoo-2-94342c542642abe26fef9346ae594a770cac2dae.zip
fix dep
(Portage version: 2.0.52-r1)
Diffstat (limited to 'dev-java/batik/batik-1.6.ebuild')
-rw-r--r--dev-java/batik/batik-1.6.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-java/batik/batik-1.6.ebuild b/dev-java/batik/batik-1.6.ebuild
index c950e95df4f8..0f7be0eba4ec 100644
--- a/dev-java/batik/batik-1.6.ebuild
+++ b/dev-java/batik/batik-1.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/batik/batik-1.6.ebuild,v 1.1 2005/09/10 16:07:19 axxo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/batik/batik-1.6.ebuild,v 1.2 2005/09/10 16:24:02 axxo Exp $
inherit java-pkg eutils
@@ -15,6 +15,7 @@ IUSE="doc jikes"
RDEPEND=">=virtual/jre-1.3
=dev-java/rhino-1.5*
+ =dev-java/xerces-2.6*
dev-java/xml-commons"
DEPEND=">=virtual/jdk-1.3
${RDEPEND}
@@ -30,6 +31,7 @@ src_unpack() {
cd ${S}/lib && rm -f *.jar
java-pkg_jar-from rhino-1.5
+ java-pkg_jar-from xerces-2
java-pkg_jar-from xml-commons
}