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 B352313835A for ; Sun, 27 Dec 2020 16:19:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05CF72BC136; Sun, 27 Dec 2020 16:19:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E0C692BC136 for ; Sun, 27 Dec 2020 16:19:28 +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 2FB22341624 for ; Sun, 27 Dec 2020 16:19:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B794F487 for ; Sun, 27 Dec 2020 16:19:24 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1609085954.40840ae850cdefbda1b940b6267092a8f9e7a556.grobian@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: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 40840ae850cdefbda1b940b6267092a8f9e7a556 X-VCS-Branch: master Date: Sun, 27 Dec 2020 16:19:24 +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: 91867ded-7381-45c4-8622-3bcb0151f0ba X-Archives-Hash: 934f23e8d4a446b315f29975e9c939a5 commit: 40840ae850cdefbda1b940b6267092a8f9e7a556 Author: Fabian Groffen gentoo org> AuthorDate: Sun Dec 27 16:13:40 2020 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sun Dec 27 16:19:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40840ae8 dev-perl/UNIVERSAL-isa: drop ppc-aix m68k-mint Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Fabian Groffen 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 5c1c3eb0e34..9edaf6e6f98 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 ~ppc64 ~riscv sparc x86 ~ppc-aix" +KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~riscv sparc x86" IUSE="test" RESTRICT="!test? ( test )"