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 7464F15817D for ; Fri, 14 Jun 2024 18:05:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 376A3E2B66; Fri, 14 Jun 2024 18:05:38 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 866FBE2B60 for ; Fri, 14 Jun 2024 18:05:37 +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 8415633DF47 for ; Fri, 14 Jun 2024 18:05:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F17C1D0F for ; Fri, 14 Jun 2024 18:05:30 +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: <1718388260.cf70e1e983622f33d433a91fe2e95608cbaee478.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Encode-JIS2K/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Encode-JIS2K/Encode-JIS2K-0.30.0-r1.ebuild X-VCS-Directories: dev-perl/Encode-JIS2K/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cf70e1e983622f33d433a91fe2e95608cbaee478 X-VCS-Branch: master Date: Fri, 14 Jun 2024 18:05:30 +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: a4111ba6-01e4-4231-9afc-2acb82659a57 X-Archives-Hash: fd071a482c30593e955d28819664f4c6 commit: cf70e1e983622f33d433a91fe2e95608cbaee478 Author: Sam James gentoo org> AuthorDate: Fri Jun 14 18:04:20 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jun 14 18:04:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf70e1e9 dev-perl/Encode-JIS2K: Stabilize 0.30.0-r1 arm, #934277 Signed-off-by: Sam James gentoo.org> dev-perl/Encode-JIS2K/Encode-JIS2K-0.30.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Encode-JIS2K/Encode-JIS2K-0.30.0-r1.ebuild b/dev-perl/Encode-JIS2K/Encode-JIS2K-0.30.0-r1.ebuild index 474cfd86818a..27fd3a06cdb6 100644 --- a/dev-perl/Encode-JIS2K/Encode-JIS2K-0.30.0-r1.ebuild +++ b/dev-perl/Encode-JIS2K/Encode-JIS2K-0.30.0-r1.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="JIS X 0212 (aka JIS 2000) Encodings" SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ppc ~ppc64 ~riscv ~s390 ~sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ~ppc64 ~riscv ~s390 ~sparc x86" RDEPEND=" >=virtual/perl-Encode-1.410.0