From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1455109-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 0005B158020
	for <garchives@archives.gentoo.org>; Thu, 10 Nov 2022 00:28:12 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 2F603E090F;
	Thu, 10 Nov 2022 00:28:12 +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 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 19ABDE090F
	for <gentoo-commits@lists.gentoo.org>; Thu, 10 Nov 2022 00:28:12 +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 6008C340EF5
	for <gentoo-commits@lists.gentoo.org>; Thu, 10 Nov 2022 00:28:11 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 69A7072F
	for <gentoo-commits@lists.gentoo.org>; Thu, 10 Nov 2022 00:28:08 +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: <1668040052.d0e0038dbf9d060d26a3ff6c3e198a3eb5bc137c.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/reload4j/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-java/reload4j/reload4j-1.2.22.ebuild
X-VCS-Directories: dev-java/reload4j/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: d0e0038dbf9d060d26a3ff6c3e198a3eb5bc137c
X-VCS-Branch: master
Date: Thu, 10 Nov 2022 00:28:08 +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: 4ab861f5-e9ab-4949-8631-68644c4eb342
X-Archives-Hash: 6ca8999171cac20f449b689a900e18e3

commit:     d0e0038dbf9d060d26a3ff6c3e198a3eb5bc137c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 10 00:27:32 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Nov 10 00:27:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0e0038d

dev-java/reload4j: Stabilize 1.2.22 amd64, #880575

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

 dev-java/reload4j/reload4j-1.2.22.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/reload4j/reload4j-1.2.22.ebuild b/dev-java/reload4j/reload4j-1.2.22.ebuild
index 89c338c2214f..5dfd4307a90b 100644
--- a/dev-java/reload4j/reload4j-1.2.22.ebuild
+++ b/dev-java/reload4j/reload4j-1.2.22.ebuild
@@ -18,7 +18,7 @@ SRC_URI="https://github.com/qos-ch/reload4j/archive/v_${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ppc64"
+KEYWORDS="amd64 ~arm ~arm64 ppc64"
 
 # There are unresolved test failures
 RESTRICT="test"