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
commita36bd12b52315c1526a027a464517aa28ac01a69 (patch)
treefee60e75a4a30131e7086bbb5932eea42082ff48 /dev-java/batik/batik-1.6.ebuild
parentfix deps #101224 (diff)
downloadhistorical-a36bd12b52315c1526a027a464517aa28ac01a69.tar.gz
historical-a36bd12b52315c1526a027a464517aa28ac01a69.tar.bz2
historical-a36bd12b52315c1526a027a464517aa28ac01a69.zip
fix dep
Package-Manager: portage-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
}