From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1650630-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 2094F1581C1
	for <garchives@archives.gentoo.org>; Sun,  7 Jul 2024 06:11:05 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 8C6332BC0C1;
	Sun,  7 Jul 2024 06:11:02 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 6926A2BC0C1
	for <gentoo-commits@lists.gentoo.org>; Sun,  7 Jul 2024 06:11:02 +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 D0A5D342FAE
	for <gentoo-commits@lists.gentoo.org>; Sun,  7 Jul 2024 06:11:00 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E1481DE8
	for <gentoo-commits@lists.gentoo.org>; Sun,  7 Jul 2024 06:10:57 +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: <1720332582.5963eb20ad7f9de604a2baa5976192b922dbdce4.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/XXX/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-perl/XXX/XXX-0.380.0.ebuild
X-VCS-Directories: dev-perl/XXX/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 5963eb20ad7f9de604a2baa5976192b922dbdce4
X-VCS-Branch: master
Date: Sun,  7 Jul 2024 06:10:57 +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: ffa80def-c1f1-403f-8115-c80fd3aa0fd8
X-Archives-Hash: e369722360224b0cf0cd23067b0ad41a

commit:     5963eb20ad7f9de604a2baa5976192b922dbdce4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  7 06:09:08 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul  7 06:09:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5963eb20

dev-perl/XXX: Stabilize 0.380.0 arm64, #935698

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

 dev-perl/XXX/XXX-0.380.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/XXX/XXX-0.380.0.ebuild b/dev-perl/XXX/XXX-0.380.0.ebuild
index f80118cc207f..faf2a9593fdd 100644
--- a/dev-perl/XXX/XXX-0.380.0.ebuild
+++ b/dev-perl/XXX/XXX-0.380.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2023 Gentoo Authors
+# Copyright 2020-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="See Your Data in the Nude"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
 	>=dev-perl/YAML-PP-0.18.0