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 B5F6A13835A for ; Sun, 23 May 2021 22:23:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71F69E0828; Sun, 23 May 2021 22:23:58 +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 4FE8FE0828 for ; Sun, 23 May 2021 22:23:58 +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 1CCA8340DED for ; Sun, 23 May 2021 22:23:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A883D796 for ; Sun, 23 May 2021 22:23:55 +0000 (UTC) From: "Joshua Kinard" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joshua Kinard" Message-ID: <1621808616.22614b097351f0acc3a9a88586fc1a27e0e62953.kumba@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: kumba X-VCS-Committer-Name: Joshua Kinard X-VCS-Revision: 22614b097351f0acc3a9a88586fc1a27e0e62953 X-VCS-Branch: master Date: Sun, 23 May 2021 22:23:55 +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: 65e5a5e9-ccff-42ad-946f-fd2661728a05 X-Archives-Hash: 04811cb874ea60a8c4fbce6224df3ec8 commit: 22614b097351f0acc3a9a88586fc1a27e0e62953 Author: Joshua Kinard gentoo org> AuthorDate: Sun May 23 20:24:49 2021 +0000 Commit: Joshua Kinard gentoo org> CommitDate: Sun May 23 22:23:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22614b09 dev-perl/Alien-GMP: Added ~mips to KEYWORDS Bug: https://bugs.gentoo.org/785931 Signed-off-by: Joshua Kinard gentoo.org> Package-Manager: Portage-3.0.18, Repoman-3.0.3 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 f0f8de3518d..8a9a20bca1f 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 ~ppc ~x86" +KEYWORDS="~amd64 ~hppa ~mips ~ppc ~x86" IUSE="test" RESTRICT="!test? ( test )"