commit: d4f249ffb9f56edcee6a7946188e51a9b0a9e568 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net> AuthorDate: Tue Apr 22 08:00:32 2025 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Sat Jun 7 17:46:13 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4f249ff
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 <AT> 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 <AT> gentoo.org> dev-java/jna/jna-5.17.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-java/jna/jna-5.17.0.ebuild b/dev-java/jna/jna-5.17.0.ebuild index 653716c607c5..4d13509036db 100644 --- a/dev-java/jna/jna-5.17.0.ebuild +++ b/dev-java/jna/jna-5.17.0.ebuild @@ -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"
