From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1707804-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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9E3C115813A for <garchives@archives.gentoo.org>; Fri, 10 Jan 2025 04:41:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81477E07A7; Fri, 10 Jan 2025 04:41:25 +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 66310E07A7 for <gentoo-commits@lists.gentoo.org>; Fri, 10 Jan 2025 04:41:25 +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 7F9A8340C33 for <gentoo-commits@lists.gentoo.org>; Fri, 10 Jan 2025 04:41:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AFDCD1E06 for <gentoo-commits@lists.gentoo.org>; Fri, 10 Jan 2025 04:41:21 +0000 (UTC) From: "WANG Xuerui" <xen0n@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, "WANG Xuerui" <xen0n@gentoo.org> Message-ID: <1736484046.9b97bac462222616e5e2912beb7562c4eafd1d2f.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Install/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Module-Install/Module-Install-1.210.0.ebuild X-VCS-Directories: dev-perl/Module-Install/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 9b97bac462222616e5e2912beb7562c4eafd1d2f X-VCS-Branch: master Date: Fri, 10 Jan 2025 04:41:21 +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: 0fa27c22-d049-4edb-a3f3-7a48623e6b82 X-Archives-Hash: 6bfc66b4e4dc0b01caed2c2c7215aab7 commit: 9b97bac462222616e5e2912beb7562c4eafd1d2f Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org> AuthorDate: Fri Jan 10 04:23:03 2025 +0000 Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org> CommitDate: Fri Jan 10 04:40:46 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b97bac4 dev-perl/Module-Install: keyword 1.210.0 for ~loong Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org> dev-perl/Module-Install/Module-Install-1.210.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Module-Install/Module-Install-1.210.0.ebuild b/dev-perl/Module-Install/Module-Install-1.210.0.ebuild index 3d9288087c26..f2cccd537dcd 100644 --- a/dev-perl/Module-Install/Module-Install-1.210.0.ebuild +++ b/dev-perl/Module-Install/Module-Install-1.210.0.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Standalone, extensible Perl module installer" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux" RDEPEND=" >=virtual/perl-CPAN-Meta-1.441.300