From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id E5FFA1581F0 for ; Fri, 24 Jan 2025 10:49:41 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D1F3334355E for ; Fri, 24 Jan 2025 10:49:41 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 8991F110435; Fri, 24 Jan 2025 10:49:26 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 7F06B110435 for ; Fri, 24 Jan 2025 10:49:26 +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 35FAE343526 for ; Fri, 24 Jan 2025 10:49:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63FC82530 for ; Fri, 24 Jan 2025 10:49:23 +0000 (UTC) From: "WANG Xuerui" 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" Message-ID: <1737715342.1d2f72a8e1db8094abeaae859c394bcc0397572a.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Safe-Isa/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Safe-Isa/Safe-Isa-1.0.10.ebuild X-VCS-Directories: dev-perl/Safe-Isa/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 1d2f72a8e1db8094abeaae859c394bcc0397572a X-VCS-Branch: master Date: Fri, 24 Jan 2025 10:49:23 +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: 788d8cd3-560a-4d5c-aef0-5982e0e121e5 X-Archives-Hash: 9f37056a52d85d034979b03431a5d1d6 commit: 1d2f72a8e1db8094abeaae859c394bcc0397572a Author: WANG Xuerui gentoo org> AuthorDate: Fri Jan 24 10:42:22 2025 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Fri Jan 24 10:42:22 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d2f72a8 dev-perl/Safe-Isa: keyword 1.0.10 for ~loong Signed-off-by: WANG Xuerui gentoo.org> dev-perl/Safe-Isa/Safe-Isa-1.0.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Safe-Isa/Safe-Isa-1.0.10.ebuild b/dev-perl/Safe-Isa/Safe-Isa-1.0.10.ebuild index e4efbb440303..ee1cc5b2ec23 100644 --- a/dev-perl/Safe-Isa/Safe-Isa-1.0.10.ebuild +++ b/dev-perl/Safe-Isa/Safe-Isa-1.0.10.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Call isa, can, does and DOES safely on things that may not be objects" SLOT="0" -KEYWORDS="amd64 arm arm64 ~mips ppc64 ~riscv ~sparc x86" +KEYWORDS="amd64 arm arm64 ~loong ~mips ppc64 ~riscv ~sparc x86" RDEPEND=" >=virtual/perl-Exporter-5.570.0