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 6B08715800A for ; Mon, 31 Jul 2023 11:36:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91EAAE0C8A; Mon, 31 Jul 2023 11:36:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1EF5FE0C8A for ; Mon, 31 Jul 2023 11:36:15 +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 4CEF6335D4F for ; Mon, 31 Jul 2023 11:36:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85080EA1 for ; Mon, 31 Jul 2023 11:36:12 +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: <1690803360.148f21e6a52aa56fc496c1eb84144e9ab2fd8f74.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.5.ebuild X-VCS-Directories: dev-java/asm/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 148f21e6a52aa56fc496c1eb84144e9ab2fd8f74 X-VCS-Branch: master Date: Mon, 31 Jul 2023 11:36:12 +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: 5845de93-f423-43ad-8703-5b233024875d X-Archives-Hash: f2c65b97808e1e85a0fbd55eb53bc86e commit: 148f21e6a52aa56fc496c1eb84144e9ab2fd8f74 Author: Sam James gentoo org> AuthorDate: Mon Jul 31 11:36:00 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jul 31 11:36:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=148f21e6 dev-java/asm: Stabilize 9.5 arm64, #911514 Signed-off-by: Sam James gentoo.org> dev-java/asm/asm-9.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/asm/asm-9.5.ebuild b/dev-java/asm/asm-9.5.ebuild index b4b51c30ca74..3eb14fcb6b13 100644 --- a/dev-java/asm/asm-9.5.ebuild +++ b/dev-java/asm/asm-9.5.ebuild @@ -26,7 +26,7 @@ S="${WORKDIR}/asm-${MY_P}" LICENSE="BSD" SLOT="9" -KEYWORDS="~amd64 ~arm ~arm64 ppc64 ~x86 ~x64-macos" +KEYWORDS="~amd64 ~arm arm64 ppc64 ~x86 ~x64-macos" DEPEND=">=virtual/jdk-11:*" RDEPEND=">=virtual/jre-1.8:*"