From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1501993-garchives=archives.gentoo.org@lists.gentoo.org>
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 95F5E15802F
	for <garchives@archives.gentoo.org>; Wed, 29 Mar 2023 11:33:34 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id CE3232BC021;
	Wed, 29 Mar 2023 11:33:33 +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 B55D92BC021
	for <gentoo-commits@lists.gentoo.org>; Wed, 29 Mar 2023 11:33:33 +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 CFAC83412E8
	for <gentoo-commits@lists.gentoo.org>; Wed, 29 Mar 2023 11:33:32 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BF0E8E6
	for <gentoo-commits@lists.gentoo.org>; Wed, 29 Mar 2023 11:33:30 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1680089586.2c201bca37eab59d58dddf2bafa41ef2b64a23fe.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jnr-constants/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-java/jnr-constants/jnr-constants-0.10.4.ebuild
X-VCS-Directories: dev-java/jnr-constants/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 2c201bca37eab59d58dddf2bafa41ef2b64a23fe
X-VCS-Branch: master
Date: Wed, 29 Mar 2023 11:33:30 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: e16e4cc4-cc2e-420f-9e12-e813f2d7ea26
X-Archives-Hash: 62c8eeb22b86e486d674a8cb841d7cd2

commit:     2c201bca37eab59d58dddf2bafa41ef2b64a23fe
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 29 11:33:06 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 29 11:33:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c201bca

dev-java/jnr-constants: Stabilize 0.10.4 arm64, #903523

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-java/jnr-constants/jnr-constants-0.10.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/jnr-constants/jnr-constants-0.10.4.ebuild b/dev-java/jnr-constants/jnr-constants-0.10.4.ebuild
index 45ccaeef10fa..e13dae611730 100644
--- a/dev-java/jnr-constants/jnr-constants-0.10.4.ebuild
+++ b/dev-java/jnr-constants/jnr-constants-0.10.4.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://github.com/jnr/${PN}/archive/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~x86"
 
 DEPEND=">=virtual/jdk-1.8:*"
 RDEPEND=">=virtual/jre-1.8:*"