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 B944015806C for ; Sat, 12 Jul 2025 02:57:19 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id A473E342012 for ; Sat, 12 Jul 2025 02:57:19 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 677F6110567; Sat, 12 Jul 2025 02:56:57 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 5AFE2110567 for ; Sat, 12 Jul 2025 02:56:57 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 17287341F60 for ; Sat, 12 Jul 2025 02:56:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9DB0303D for ; Sat, 12 Jul 2025 02:56:54 +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: <1752288834.71632e6ce287a23ab8e9b70c2af46a0f9dbfbc7c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/PPI/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/PPI/PPI-1.283.0.ebuild X-VCS-Directories: dev-perl/PPI/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 71632e6ce287a23ab8e9b70c2af46a0f9dbfbc7c X-VCS-Branch: master Date: Sat, 12 Jul 2025 02:56:54 +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: 7441676e-57a5-4a3f-bfcd-2a98b1062c1a X-Archives-Hash: 9c9e3dc7d64b89f2f33b5be120bbbc7f commit: 71632e6ce287a23ab8e9b70c2af46a0f9dbfbc7c Author: Sam James gentoo org> AuthorDate: Sat Jul 12 02:53:54 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jul 12 02:53:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71632e6c dev-perl/PPI: Stabilize 1.283.0 arm, #959923 Signed-off-by: Sam James gentoo.org> dev-perl/PPI/PPI-1.283.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/PPI/PPI-1.283.0.ebuild b/dev-perl/PPI/PPI-1.283.0.ebuild index c94816309c64..5f129a0cbad4 100644 --- a/dev-perl/PPI/PPI-1.283.0.ebuild +++ b/dev-perl/PPI/PPI-1.283.0.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Parse, Analyze, and Manipulate Perl (without perl)" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" RDEPEND=" >=dev-perl/Clone-0.300.0