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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3D8231581EC for ; Thu, 21 Nov 2024 12:35:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B9BCE07E6; Thu, 21 Nov 2024 12:35:31 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 541BCE07E6 for ; Thu, 21 Nov 2024 12:35:31 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8372533BED4 for ; Thu, 21 Nov 2024 12:35:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1532D81 for ; Thu, 21 Nov 2024 12:35:28 +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: <1732192514.7dbac093d87596979ef21cb00cc60e707948b007.sam@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: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7dbac093d87596979ef21cb00cc60e707948b007 X-VCS-Branch: master Date: Thu, 21 Nov 2024 12:35:28 +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: d0fa90bb-600e-4c00-9f75-2185b31cb43e X-Archives-Hash: 657682821b47389eba808b713da20452 commit: 7dbac093d87596979ef21cb00cc60e707948b007 Author: Sam James gentoo org> AuthorDate: Thu Nov 21 12:35:14 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Nov 21 12:35:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dbac093 dev-java/xmlgraphics-commons: Stabilize 2.10 ppc64, #944288 Signed-off-by: Sam James 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 b2ee102e66a3..78013dec141a 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 )"