mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-java/icu4j: adjust launcher #942131
The ebuild was installing a wrong (with tests) or even no (without
tests) launcher. The install phase of java-pkg-simple.eclass gets
confused when there are more than one jar files.
Closes: https://bugs.gentoo.org/942131
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: f6e074c875
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
committed by
Miroslav Šulc
parent
a34a8661f8
commit
dcc0bd06b7
@@ -195,6 +195,7 @@ src_test () {
|
||||
|
||||
src_install() {
|
||||
JAVA_JAR_FILENAME="icu4j.jar"
|
||||
JAVA_MAIN_CLASS="com.ibm.icu.util.VersionInfo"
|
||||
java-pkg-simple_src_install
|
||||
java-pkg_dojar "icu4j-charset.jar"
|
||||
java-pkg_dojar "icu4j-localespi.jar"
|
||||
Reference in New Issue
Block a user