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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 79CFE1581EC for ; Thu, 21 Nov 2024 21:09:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC4DDE0844; Thu, 21 Nov 2024 21:09:01 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AD88EE0843 for ; Thu, 21 Nov 2024 21:09:01 +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 0090B342FB7 for ; Thu, 21 Nov 2024 21:09:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD7682215 for ; Thu, 21 Nov 2024 21:08:57 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1732223327.c14e21842ab082f9a43a819206a90b695caf8d89.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/xmlgraphics-commons/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/xmlgraphics-commons/xmlgraphics-commons-2.10.ebuild X-VCS-Directories: dev-java/xmlgraphics-commons/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: c14e21842ab082f9a43a819206a90b695caf8d89 X-VCS-Branch: master Date: Thu, 21 Nov 2024 21:08:57 +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: ef642e81-7f16-4172-a1b7-2fef145a2110 X-Archives-Hash: 3e1747602a79e7e7273fcd2fa10616d1 commit: c14e21842ab082f9a43a819206a90b695caf8d89 Author: Arthur Zamarin gentoo org> AuthorDate: Thu Nov 21 21:08:47 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu Nov 21 21:08:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c14e2184 dev-java/xmlgraphics-commons: Stabilize 2.10 arm64, #944288 Signed-off-by: Arthur Zamarin gentoo.org> dev-java/xmlgraphics-commons/xmlgraphics-commons-2.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.10.ebuild b/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.10.ebuild index 78013dec141a..f0d4d0f6bd04 100644 --- a/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.10.ebuild +++ b/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.10.ebuild @@ -18,7 +18,7 @@ S="${WORKDIR}/${P}" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ppc64" +KEYWORDS="~amd64 arm64 ppc64" VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/xmlgraphics-commons.apache.org.asc" BDEPEND="verify-sig? ( sec-keys/openpgp-keys-apache-xmlgraphics-commons )"