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 D465E13933E for ; Sat, 31 Jul 2021 22:49:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A0CEE08FB; Sat, 31 Jul 2021 22:49:51 +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 09780E08FB for ; Sat, 31 Jul 2021 22:49:51 +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 017593439B4 for ; Sat, 31 Jul 2021 22:49:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB6F5823 for ; Sat, 31 Jul 2021 22:49:48 +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: <1627771778.df736faadf528cc8eafd64170d0f07daa98a01e7.kumba@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/ExtUtils-HasCompiler/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/ExtUtils-HasCompiler/ExtUtils-HasCompiler-0.23.0.ebuild X-VCS-Directories: dev-perl/ExtUtils-HasCompiler/ X-VCS-Committer: kumba X-VCS-Committer-Name: Joshua Kinard X-VCS-Revision: df736faadf528cc8eafd64170d0f07daa98a01e7 X-VCS-Branch: master Date: Sat, 31 Jul 2021 22:49:48 +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: 4ce9f03b-5604-477a-8348-c93585a8cfb0 X-Archives-Hash: 5f513127cbe3db2c798c9b49b4968a47 commit: df736faadf528cc8eafd64170d0f07daa98a01e7 Author: Joshua Kinard gentoo org> AuthorDate: Sat Jul 31 22:47:31 2021 +0000 Commit: Joshua Kinard gentoo org> CommitDate: Sat Jul 31 22:49:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df736faa dev-perl/ExtUtils-HasCompiler: Added ~mips to KEYWORDS Bug: https://bugs.gentoo.org/803401 Signed-off-by: Joshua Kinard gentoo.org> Package-Manager: Portage-3.0.20, Repoman-3.0.3 dev-perl/ExtUtils-HasCompiler/ExtUtils-HasCompiler-0.23.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/ExtUtils-HasCompiler/ExtUtils-HasCompiler-0.23.0.ebuild b/dev-perl/ExtUtils-HasCompiler/ExtUtils-HasCompiler-0.23.0.ebuild index 236a1a0e954..a8ab4fe563d 100644 --- a/dev-perl/ExtUtils-HasCompiler/ExtUtils-HasCompiler-0.23.0.ebuild +++ b/dev-perl/ExtUtils-HasCompiler/ExtUtils-HasCompiler-0.23.0.ebuild @@ -9,7 +9,7 @@ inherit perl-module DESCRIPTION="Check for the presence of a compiler" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~riscv ~sparc" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc64 ~riscv ~sparc" RDEPEND=" virtual/perl-Carp