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 243D5159C96 for ; Sat, 27 Jul 2024 11:58:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 440A5E2AD5; Sat, 27 Jul 2024 11:58:22 +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 DF1BAE2ACE for ; Sat, 27 Jul 2024 11:58:21 +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 770ED342F64 for ; Sat, 27 Jul 2024 11:58:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E052B1E7A for ; Sat, 27 Jul 2024 11:58: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: <1722081463.8030730255bb0cefc22b2339bfa3e8ff10601380.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/java-config/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/java-config/java-config-2.3.4.ebuild X-VCS-Directories: dev-java/java-config/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8030730255bb0cefc22b2339bfa3e8ff10601380 X-VCS-Branch: master Date: Sat, 27 Jul 2024 11:58: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: 8da42381-2ed6-42f9-a805-89f194b3284f X-Archives-Hash: 2a3c173e676e1de0f88b9fd51af441d1 commit: 8030730255bb0cefc22b2339bfa3e8ff10601380 Author: Sam James gentoo org> AuthorDate: Sat Jul 27 11:57:43 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jul 27 11:57:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80307302 dev-java/java-config: Stabilize 2.3.4 arm64, #936761 Signed-off-by: Sam James gentoo.org> dev-java/java-config/java-config-2.3.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/java-config/java-config-2.3.4.ebuild b/dev-java/java-config/java-config-2.3.4.ebuild index 6b5943214e6f..66ecc89a73c0 100644 --- a/dev-java/java-config/java-config-2.3.4.ebuild +++ b/dev-java/java-config/java-config-2.3.4.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} = 9999 ]]; then EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/java-config.git" else SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" + KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" fi DESCRIPTION="Java environment configuration query tool"