dev-java/jna: remove module-info.java

As a workaround to bug #954164, we remove the second mudule-info.java
which anyway does not have any documentation tags.

Bug: https://bugs.gentoo.org/954164
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Part-of: https://github.com/gentoo/gentoo/pull/41695
Closes: https://github.com/gentoo/gentoo/pull/41695
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
Volkmar W. Pogatzki
2025-04-22 10:00:32 +02:00
committed by Miroslav Šulc
parent fda78c3838
commit d4f249ffb9

View File

@@ -82,6 +82,8 @@ src_compile() {
JAVA_GENTOO_CLASSPATH_EXTRA+=":jna-platform.jar"
rm -r target || die
#954164
rm contrib/platform/src/com.sun.jna.platform/versions/9/module-info.java || die
use doc && ejavadoc
einfo "Generating headers com_sun_jna_Native.h com_sun_jna_Function.h"