Skip to content

Commit

Permalink
dev-java/batik: Fix typo.
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
monsieurp committed Mar 2, 2016
1 parent a2427b3 commit 5ee679d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-java/batik/batik-1.8-r3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 5ee679d

Please sign in to comment.