From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DA26E1581B9 for ; Fri, 03 Oct 2025 16:23:28 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id C74B63415D1 for ; Fri, 03 Oct 2025 16:23:28 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id B7882110575; Fri, 03 Oct 2025 16:23:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id B21F9110575 for ; Fri, 03 Oct 2025 16:23:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B2E03411FF for ; Fri, 03 Oct 2025 16:23:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D579F3A97 for ; Fri, 03 Oct 2025 16:23:17 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1759508509.23343b3aab579e0e9a777c3348235c73ae9c1077.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jna/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/jna/jna-5.18.1.ebuild X-VCS-Directories: dev-java/jna/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 23343b3aab579e0e9a777c3348235c73ae9c1077 X-VCS-Branch: master Date: Fri, 03 Oct 2025 16:23:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3cad5695-24be-42cd-addc-959ad5e213ea X-Archives-Hash: a7fd374ebf7f3b1506e6d9feb7b25774 commit: 23343b3aab579e0e9a777c3348235c73ae9c1077 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Wed Oct 1 11:04:45 2025 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 3 16:21:49 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23343b3a dev-java/jna: enable-native-access Avoid the warning. Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Part-of: https://github.com/gentoo/gentoo/pull/43996 Signed-off-by: Sam James gentoo.org> dev-java/jna/jna-5.18.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-java/jna/jna-5.18.1.ebuild b/dev-java/jna/jna-5.18.1.ebuild index 890184d62fb8..19a1d622b96a 100644 --- a/dev-java/jna/jna-5.18.1.ebuild +++ b/dev-java/jna/jna-5.18.1.ebuild @@ -121,6 +121,7 @@ src_test() { -Djna.nosys=true -Djna.boot.library.path=build/native -Djna.library.path=build/native + --enable-native-access=ALL-UNNAMED ) JAVA_TEST_GENTOO_CLASSPATH="junit-4,reflections"