mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 10:58:21 -07:00
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:
committed by
Miroslav Šulc
parent
fda78c3838
commit
d4f249ffb9
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user