From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E661D15806E for ; Sat, 20 May 2023 09:39:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F850E081B; Sat, 20 May 2023 09:39:27 +0000 (UTC) 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 pigeon.gentoo.org (Postfix) with ESMTPS id 0E55EE081B for ; Sat, 20 May 2023 09:39:27 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 164B5340EC1 for ; Sat, 20 May 2023 09:39:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7361A68 for ; Sat, 20 May 2023 09:39:24 +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: <1684575553.3768708989ba388546542ddb11e10f2140fcca93.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.13.0-r1.ebuild dev-java/jna/jna-5.13.0.ebuild X-VCS-Directories: dev-java/jna/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3768708989ba388546542ddb11e10f2140fcca93 X-VCS-Branch: master Date: Sat, 20 May 2023 09:39:24 +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: 20c97f7f-62d9-4a7d-a527-2637474aae99 X-Archives-Hash: 17c7aea8aa25c4d8b34aea900549d5fe commit: 3768708989ba388546542ddb11e10f2140fcca93 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Wed May 10 11:00:27 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat May 20 09:39:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37687089 dev-java/jna: avoid installing pre-stripped files Closes: https://bugs.gentoo.org/848912 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/30971 Signed-off-by: Sam James gentoo.org> dev-java/jna/{jna-5.13.0.ebuild => jna-5.13.0-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-java/jna/jna-5.13.0.ebuild b/dev-java/jna/jna-5.13.0-r1.ebuild similarity index 99% rename from dev-java/jna/jna-5.13.0.ebuild rename to dev-java/jna/jna-5.13.0-r1.ebuild index 88dde9319e6d..ab5471ed4157 100644 --- a/dev-java/jna/jna-5.13.0.ebuild +++ b/dev-java/jna/jna-5.13.0-r1.ebuild @@ -102,6 +102,7 @@ src_compile() { cd native || die local args=( CC="$(tc-getCC)" + STRIP=true DYNAMIC_LIBFFI=true ) # Using -j1 since otherwise fails to build: