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 D9400158086 for ; Mon, 13 Dec 2021 16:13:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5AE6A2BC019; Mon, 13 Dec 2021 16:13:17 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E02322BC020 for ; Mon, 13 Dec 2021 16:13:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 78E0B343585 for ; Mon, 13 Dec 2021 16:13:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0C9C22B for ; Mon, 13 Dec 2021 16:13:13 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1639411977.cd75a51a91a9dd3e3ed31a5ff6ea7e63b570f8a8.arthurzam@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: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: cd75a51a91a9dd3e3ed31a5ff6ea7e63b570f8a8 X-VCS-Branch: master Date: Mon, 13 Dec 2021 16:13:13 +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: f5d2b46a-4be7-4bbd-8e03-442a92731fe3 X-Archives-Hash: 2433441d64a939bdac2d97c143933f00 commit: cd75a51a91a9dd3e3ed31a5ff6ea7e63b570f8a8 Author: Arthur Zamarin gentoo org> AuthorDate: Mon Dec 13 16:12:25 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Mon Dec 13 16:12:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd75a51a dev-perl/Safe-Isa: Stabilize 1.0.10 ppc64, #829037 Signed-off-by: Arthur Zamarin 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 d73e4910936f..d8e4b3cdf2bb 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 x86" +KEYWORDS="amd64 ppc64 x86" RDEPEND=" >=virtual/perl-Exporter-5.570.0