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 C41F6158094 for ; Sat, 6 Aug 2022 12:05:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18585E0DB8; Sat, 6 Aug 2022 12:05:10 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 55E35E0DB8 for ; Sat, 6 Aug 2022 12:05:08 +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 428C7340997 for ; Sat, 6 Aug 2022 12:05:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81C2956A for ; Sat, 6 Aug 2022 12:05:05 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1659787445.b6ce1a33eaae90b0c8849301d94f0c411d761feb.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Syntax-Keyword-Try/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Syntax-Keyword-Try/Syntax-Keyword-Try-0.270.0.ebuild X-VCS-Directories: dev-perl/Syntax-Keyword-Try/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: b6ce1a33eaae90b0c8849301d94f0c411d761feb X-VCS-Branch: master Date: Sat, 6 Aug 2022 12:05:05 +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: 5eefd0f9-2407-47c0-95e8-a3a5113782a5 X-Archives-Hash: 322cf5102a7e9f645b4ff6eba2f73386 commit: b6ce1a33eaae90b0c8849301d94f0c411d761feb Author: James Le Cuirot gentoo org> AuthorDate: Sat Aug 6 12:04:05 2022 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sat Aug 6 12:04:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6ce1a33 dev-perl/Syntax-Keyword-Try: Keyword 0.270.0 for ~m68k The tests pass. Signed-off-by: James Le Cuirot gentoo.org> dev-perl/Syntax-Keyword-Try/Syntax-Keyword-Try-0.270.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Syntax-Keyword-Try/Syntax-Keyword-Try-0.270.0.ebuild b/dev-perl/Syntax-Keyword-Try/Syntax-Keyword-Try-0.270.0.ebuild index 339d821e82dd..315622f4cc48 100644 --- a/dev-perl/Syntax-Keyword-Try/Syntax-Keyword-Try-0.270.0.ebuild +++ b/dev-perl/Syntax-Keyword-Try/Syntax-Keyword-Try-0.270.0.ebuild @@ -9,7 +9,7 @@ inherit perl-module DESCRIPTION="a try/catch/finally syntax for Perl" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~sparc ~x86" RDEPEND="dev-perl/XS-Parse-Keyword" BDEPEND="${RDEPEND}