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 BAA401580F6 for ; Tue, 20 May 2025 19:07:51 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 9C3533431B5 for ; Tue, 20 May 2025 19:07:51 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 9E61A1104BB; Tue, 20 May 2025 19:07:24 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 95F931104BB for ; Tue, 20 May 2025 19:07:24 +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 4EF09343157 for ; Tue, 20 May 2025 19:07:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9389928AA for ; Tue, 20 May 2025 19:07:20 +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: <1747767989.30662061f12bf316b1e23f49807c94a9920e593a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/commons-digester/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/commons-digester/commons-digester-2.1-r3.ebuild X-VCS-Directories: dev-java/commons-digester/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 30662061f12bf316b1e23f49807c94a9920e593a X-VCS-Branch: master Date: Tue, 20 May 2025 19:07:20 +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: ffcb0a99-7591-4047-ab13-7807a545e7d5 X-Archives-Hash: 0625acfbd84b24860ba52c598d934be3 commit: 30662061f12bf316b1e23f49807c94a9920e593a Author: Sam James gentoo org> AuthorDate: Tue May 20 19:06:29 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 20 19:06:29 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30662061 dev-java/commons-digester: Stabilize 2.1-r3 amd64, #956299 Signed-off-by: Sam James gentoo.org> dev-java/commons-digester/commons-digester-2.1-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/commons-digester/commons-digester-2.1-r3.ebuild b/dev-java/commons-digester/commons-digester-2.1-r3.ebuild index 90477a846833..4190d85b8cae 100644 --- a/dev-java/commons-digester/commons-digester-2.1-r3.ebuild +++ b/dev-java/commons-digester/commons-digester-2.1-r3.ebuild @@ -17,7 +17,7 @@ S="${WORKDIR}/commons-digester-${PV}-src" LICENSE="Apache-2.0" SLOT="2.1" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="amd64 ~ppc64" IUSE="log4j" VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/commons.apache.org.asc"