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 3BAF015800A for ; Sat, 26 Aug 2023 05:05:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D7FC2BC0EB; Sat, 26 Aug 2023 05:05: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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 600952BC0EB for ; Sat, 26 Aug 2023 05:05: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 5B9F5335D2F for ; Sat, 26 Aug 2023 05:05:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC4631093 for ; Sat, 26 Aug 2023 05:04:59 +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: <1693026286.f0bfa77f14f498db09e97bd1fc423a875e647002.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Perl-Critic/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Perl-Critic/Perl-Critic-1.150.0.ebuild X-VCS-Directories: dev-perl/Perl-Critic/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f0bfa77f14f498db09e97bd1fc423a875e647002 X-VCS-Branch: master Date: Sat, 26 Aug 2023 05:04:59 +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: 469d5444-bc12-4699-b544-dbfcd5f6f49d X-Archives-Hash: 666b724ea57165bc19ef02af756fa3b5 commit: f0bfa77f14f498db09e97bd1fc423a875e647002 Author: Sam James gentoo org> AuthorDate: Sat Aug 26 05:04:46 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Aug 26 05:04:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0bfa77f dev-perl/Perl-Critic: Keyword 1.150.0 ppc, #913027 Signed-off-by: Sam James gentoo.org> dev-perl/Perl-Critic/Perl-Critic-1.150.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Perl-Critic/Perl-Critic-1.150.0.ebuild b/dev-perl/Perl-Critic/Perl-Critic-1.150.0.ebuild index 2f542fdc7c10..ba25e61a936e 100644 --- a/dev-perl/Perl-Critic/Perl-Critic-1.150.0.ebuild +++ b/dev-perl/Perl-Critic/Perl-Critic-1.150.0.ebuild @@ -10,7 +10,7 @@ inherit perl-module elisp-common DESCRIPTION="Critique Perl source code for best-practices" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~sparc x86" +KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86" IUSE="minimal examples emacs" SITEFILE="50${PN}-gentoo.el"