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:
Volkmar W. Pogatzki
2024-10-25 16:42:43 +02:00
committed by Miroslav Šulc
parent a34a8661f8
commit dcc0bd06b7

View File

@@ -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"