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 9FEE013933E for ; Thu, 15 Jul 2021 21:33:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9B70E0B09; Thu, 15 Jul 2021 21:33:46 +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 BE1B1E0B09 for ; Thu, 15 Jul 2021 21:33:46 +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 8893933BDE4 for ; Thu, 15 Jul 2021 21:33:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15E497B3 for ; Thu, 15 Jul 2021 21:33:44 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1626384703.dfe6b759cd807e88bbaf940674132423f9b4bc4a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Alien-GMP/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Alien-GMP/Alien-GMP-1.160.0.ebuild X-VCS-Directories: dev-perl/Alien-GMP/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: dfe6b759cd807e88bbaf940674132423f9b4bc4a X-VCS-Branch: master Date: Thu, 15 Jul 2021 21:33:44 +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: 85c44952-ee31-44b1-acd3-60f97db6ef13 X-Archives-Hash: 3667714dc9855cf3168475f57be57ca6 commit: dfe6b759cd807e88bbaf940674132423f9b4bc4a Author: Sam James gentoo org> AuthorDate: Thu Jul 15 21:31:43 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jul 15 21:31:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfe6b759 dev-perl/Alien-GMP: Stabilize 1.160.0 x86, #800058 Signed-off-by: Sam James gentoo.org> dev-perl/Alien-GMP/Alien-GMP-1.160.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Alien-GMP/Alien-GMP-1.160.0.ebuild b/dev-perl/Alien-GMP/Alien-GMP-1.160.0.ebuild index 8a9a20bca1f..7b54e24f659 100644 --- a/dev-perl/Alien-GMP/Alien-GMP-1.160.0.ebuild +++ b/dev-perl/Alien-GMP/Alien-GMP-1.160.0.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Alien package for the GNU Multiple Precision library" SLOT="0" -KEYWORDS="~amd64 ~hppa ~mips ~ppc ~x86" +KEYWORDS="~amd64 ~hppa ~mips ~ppc x86" IUSE="test" RESTRICT="!test? ( test )"