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 17B5B15FA50 for ; Fri, 03 Oct 2025 05:12:04 +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 AFFFF34321E for ; Fri, 03 Oct 2025 05:11:37 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 5A04E113138; Fri, 03 Oct 2025 05:11:29 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 4F60E113135 for ; Fri, 03 Oct 2025 05:11:29 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 068CF3431C5 for ; Fri, 03 Oct 2025 05:11:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 618E03A8F for ; Fri, 03 Oct 2025 05:11:27 +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: <1759468118.20ad522db83f4f29037dc4aeb566baa9d561d901.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/asm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/asm/asm-9.8_p20250706.ebuild X-VCS-Directories: dev-java/asm/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 20ad522db83f4f29037dc4aeb566baa9d561d901 X-VCS-Branch: master Date: Fri, 03 Oct 2025 05:11:27 +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: b3269d73-6595-45dc-af3f-9e48b0b1723d X-Archives-Hash: 6e055c78e4ccecab0133e0fd98f61c92 commit: 20ad522db83f4f29037dc4aeb566baa9d561d901 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Tue Sep 2 16:10:58 2025 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 3 05:08:38 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20ad522d dev-java/asm: unkeyword 9.8_p20250706 This version was added too early. It causes test failures on byte-buddy-1.17.7 and its consumers because asm-jdk-bridge and byte-buddy aren't yet ready for java 26. Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Part-of: https://github.com/gentoo/gentoo/pull/42983 Signed-off-by: Sam James gentoo.org> dev-java/asm/asm-9.8_p20250706.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/asm/asm-9.8_p20250706.ebuild b/dev-java/asm/asm-9.8_p20250706.ebuild index 90489439bd9b..887b478d2e11 100644 --- a/dev-java/asm/asm-9.8_p20250706.ebuild +++ b/dev-java/asm/asm-9.8_p20250706.ebuild @@ -28,7 +28,7 @@ S="${WORKDIR}/asm-${MY_COMMIT}" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x64-macos" +# KEYWORDS="~amd64 ~arm64 ~ppc64 ~x64-macos" DEPEND=">=virtual/jdk-11:*" RDEPEND=">=virtual/jre-1.8:*"