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 D756F138359 for ; Wed, 6 May 2020 06:48:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCA8FE095D; Wed, 6 May 2020 06:48:16 +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 C3CBDE095D for ; Wed, 6 May 2020 06:48:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A811A34F660 for ; Wed, 6 May 2020 06:48:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E566240 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: <1588747643.9071ea38f041fe87b3d7c0d74798cdf6a5b6ba72.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-MockObject/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Test-MockObject/Test-MockObject-1.201.612.20.ebuild X-VCS-Directories: dev-perl/Test-MockObject/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 9071ea38f041fe87b3d7c0d74798cdf6a5b6ba72 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: 683aeb45-23f9-48db-83a5-5e965fe3128f X-Archives-Hash: 04c03eb00a2e21dda28ffb407f764b4e commit: 9071ea38f041fe87b3d7c0d74798cdf6a5b6ba72 Author: Sergei Trofimovich gentoo org> AuthorDate: Wed May 6 06:47:23 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Wed May 6 06:47:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9071ea38 dev-perl/Test-MockObject: keyworded 1.201.612.20 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/Test-MockObject/Test-MockObject-1.201.612.20.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Test-MockObject/Test-MockObject-1.201.612.20.ebuild b/dev-perl/Test-MockObject/Test-MockObject-1.201.612.20.ebuild index 2af47d7fff5..d5c96021a13 100644 --- a/dev-perl/Test-MockObject/Test-MockObject-1.201.612.20.ebuild +++ b/dev-perl/Test-MockObject/Test-MockObject-1.201.612.20.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Perl extension for emulating troublesome interfaces" 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 )"