From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1567716-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 74D2A158089 for <garchives@archives.gentoo.org>; Sat, 4 Nov 2023 10:50:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ECC952BC046; Sat, 4 Nov 2023 10:50:48 +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 B39982BC047 for <gentoo-commits@lists.gentoo.org>; Sat, 4 Nov 2023 10:50:48 +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 4DB64335D4F for <gentoo-commits@lists.gentoo.org>; Sat, 4 Nov 2023 10:50:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB4031289 for <gentoo-commits@lists.gentoo.org>; Sat, 4 Nov 2023 10:50:44 +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: <1699095010.01afe2670dc3a6b34690c3535b9779847d76673c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Perl-Tidy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Perl-Tidy/Perl-Tidy-20230912.0.0.ebuild X-VCS-Directories: dev-perl/Perl-Tidy/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 01afe2670dc3a6b34690c3535b9779847d76673c X-VCS-Branch: master Date: Sat, 4 Nov 2023 10:50:44 +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: f96d32ff-d984-4741-ad2a-7040adb8935f X-Archives-Hash: 78ce503c356321db9223c37763fe58a0 commit: 01afe2670dc3a6b34690c3535b9779847d76673c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Nov 4 10:50:10 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Nov 4 10:50:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01afe267 dev-perl/Perl-Tidy: Stabilize 20230912.0.0 arm, #916823 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-perl/Perl-Tidy/Perl-Tidy-20230912.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Perl-Tidy/Perl-Tidy-20230912.0.0.ebuild b/dev-perl/Perl-Tidy/Perl-Tidy-20230912.0.0.ebuild index e74aa67c13f5..97ec532e7b33 100644 --- a/dev-perl/Perl-Tidy/Perl-Tidy-20230912.0.0.ebuild +++ b/dev-perl/Perl-Tidy/Perl-Tidy-20230912.0.0.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://perltidy.sourceforge.net/ https://metacpan.org/release/Perl-Ti LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" BDEPEND="virtual/perl-ExtUtils-MakeMaker"