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 AF6E0138359 for ; Thu, 22 Oct 2020 05:11:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60FF1E08CA; Thu, 22 Oct 2020 05:11:07 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3E1B5E08CD for ; Thu, 22 Oct 2020 05:11:07 +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 BB0D0340DF4 for ; Thu, 22 Oct 2020 05:11:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 336A33B5 for ; Thu, 22 Oct 2020 05:11:04 +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: <1603342023.3c24f7e16520693c74c59ffa74e91ba4034636f4.kumba@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/B-COW/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/B-COW/B-COW-0.4.0-r1.ebuild X-VCS-Directories: dev-perl/B-COW/ X-VCS-Committer: kumba X-VCS-Committer-Name: Joshua Kinard X-VCS-Revision: 3c24f7e16520693c74c59ffa74e91ba4034636f4 X-VCS-Branch: master Date: Thu, 22 Oct 2020 05:11:04 +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: 852161e0-6cc9-4b58-96f8-8963273b5861 X-Archives-Hash: 57dcb4f65eda8c2749b1213250610e49 commit: 3c24f7e16520693c74c59ffa74e91ba4034636f4 Author: Joshua Kinard gentoo org> AuthorDate: Thu Oct 22 04:47:03 2020 +0000 Commit: Joshua Kinard gentoo org> CommitDate: Thu Oct 22 04:47:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c24f7e1 dev-perl/B-COW: Added ~mips to KEYWORDS Signed-off-by: Joshua Kinard gentoo.org> Package-Manager: Portage-3.0.8, Repoman-3.0.2 dev-perl/B-COW/B-COW-0.4.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/B-COW/B-COW-0.4.0-r1.ebuild b/dev-perl/B-COW/B-COW-0.4.0-r1.ebuild index a940c99b8d6..dbe3cd5593b 100644 --- a/dev-perl/B-COW/B-COW-0.4.0-r1.ebuild +++ b/dev-perl/B-COW/B-COW-0.4.0-r1.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="additional B helpers to check COW status" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="test" RESTRICT="!test? ( test )"