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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EB05A138359 for ; Wed, 6 May 2020 06:48:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A734E0954; Wed, 6 May 2020 06:48:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3269FE0954 for ; Wed, 6 May 2020 06:48:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A7D1C34F650 for ; Wed, 6 May 2020 06:48:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16ADE233 for ; Wed, 6 May 2020 06:48:11 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1588747497.21e1e76b4a945a3e9648e3e32cee85de32d8eea5.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/UNIVERSAL-isa/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.710.120.ebuild X-VCS-Directories: dev-perl/UNIVERSAL-isa/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 21e1e76b4a945a3e9648e3e32cee85de32d8eea5 X-VCS-Branch: master Date: Wed, 6 May 2020 06:48:11 +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: 379ab185-cfe1-4e68-aeaf-921a6811dff8 X-Archives-Hash: 10d7c683d253856372b21509eda29da8 commit: 21e1e76b4a945a3e9648e3e32cee85de32d8eea5 Author: Sergei Trofimovich gentoo org> AuthorDate: Wed May 6 06:44:57 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Wed May 6 06:44:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21e1e76b dev-perl/UNIVERSAL-isa: keyworded 1.201.710.120 for ppc64, bug #708772 Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich gentoo.org> dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.710.120.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.710.120.ebuild b/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.710.120.ebuild index c3228fe6b7a..5e680bc106d 100644 --- a/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.710.120.ebuild +++ b/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.710.120.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Attempt to recover from people calling UNIVERSAL::isa as a function" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ppc sparc x86 ~ppc-aix" +KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 sparc x86 ~ppc-aix" IUSE="test" RESTRICT="!test? ( test )"