mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 11:18:09 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user