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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 008DA15808B for ; Fri, 25 Feb 2022 21:40:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7F34E0802; Fri, 25 Feb 2022 21:40:12 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4C86EE0802 for ; Fri, 25 Feb 2022 21:40: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 12E42342BED for ; Fri, 25 Feb 2022 21:40:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A23A287 for ; Fri, 25 Feb 2022 21:40:09 +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: <1645825189.5a0627956f7fdb7de06e7c6f0d66675ab9d7abe4.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.7.ebuild X-VCS-Directories: dev-java/xmlgraphics-commons/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5a0627956f7fdb7de06e7c6f0d66675ab9d7abe4 X-VCS-Branch: master Date: Fri, 25 Feb 2022 21:40:09 +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: 9b311bda-1fbd-4108-8978-99b78230e2a7 X-Archives-Hash: 329888754eada776e8a544a1d88f75cd commit: 5a0627956f7fdb7de06e7c6f0d66675ab9d7abe4 Author: Sam James gentoo org> AuthorDate: Fri Feb 25 21:39:49 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Feb 25 21:39:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a062795 dev-java/xmlgraphics-commons: Stabilize 2.7 arm64, #833954 Signed-off-by: Sam James gentoo.org> dev-java/xmlgraphics-commons/xmlgraphics-commons-2.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.7.ebuild b/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.7.ebuild index 5dd5a5cf1c6e..da5532327d1f 100644 --- a/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.7.ebuild +++ b/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.7.ebuild @@ -18,7 +18,7 @@ SRC_URI="mirror://apache/xmlgraphics/commons/source/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="2" -KEYWORDS="amd64 ~arm64 ppc64 x86" +KEYWORDS="amd64 arm64 ppc64 x86" # Tests don't even compile with that old mockito version. RESTRICT="test"