dev-java/batik: Fix typo.
authorPatrice Clement <monsieurp@gentoo.org>
Wed, 2 Mar 2016 13:50:03 +0000 (13:50 +0000)
committerPatrice Clement <monsieurp@gentoo.org>
Wed, 2 Mar 2016 13:51:59 +0000 (13:51 +0000)
java-pkg_jar-from points to "jython" whilst it should be "jython-2.7".

Gentoo-Bug: https://bugs.gentoo.org/576180

Package-Manager: portage-2.2.26
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
dev-java/batik/batik-1.8-r3.ebuild

index fa5721952a2c0fa55b3310128679de9ebb86d5aa..b7869cc8bbc37e3898b353de168ac9ac9d290e38 100644 (file)
@@ -65,7 +65,7 @@ java_prepare() {
 
        cd lib || die
        rm -v *.jar build/*.jar || die
-       use python && java-pkg_jar-from jython
+       use python && java-pkg_jar-from jython-2.7
        use tcl && java-pkg_jar-from jacl
 }