dev-java/batik: Fix typo.

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>
This commit is contained in:
Patrice Clement
2016-03-02 13:50:03 +00:00
parent a2427b39a0
commit 5ee679dea2

View 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
}