From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-877846-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id ABF1F1381F3 for <garchives@archives.gentoo.org>; Fri, 22 Apr 2016 20:00:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5925521C030; Fri, 22 Apr 2016 20:00:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 02EC021C030 for <gentoo-commits@lists.gentoo.org>; Fri, 22 Apr 2016 20:00:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 642F1340C30 for <gentoo-commits@lists.gentoo.org>; Fri, 22 Apr 2016 20:00:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 738D9CB for <gentoo-commits@lists.gentoo.org>; Fri, 22 Apr 2016 20:00:31 +0000 (UTC) From: "Markus Meier" <maekke@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" <maekke@gentoo.org> Message-ID: <1461355212.fb2ce6af50e2ece1c7a85b31c5d9786c8685ef28.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-FailWarnings/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Test-FailWarnings/Test-FailWarnings-0.8.0.ebuild X-VCS-Directories: dev-perl/Test-FailWarnings/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: fb2ce6af50e2ece1c7a85b31c5d9786c8685ef28 X-VCS-Branch: master Date: Fri, 22 Apr 2016 20:00:31 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: aac0a74f-81ca-4856-a148-22ea7474bd2e X-Archives-Hash: 8c741e04ca516fac8afc7fb3ceb538c5 commit: fb2ce6af50e2ece1c7a85b31c5d9786c8685ef28 Author: Markus Meier <maekke <AT> gentoo <DOT> org> AuthorDate: Fri Apr 22 20:00:12 2016 +0000 Commit: Markus Meier <maekke <AT> gentoo <DOT> org> CommitDate: Fri Apr 22 20:00:12 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb2ce6af dev-perl/Test-FailWarnings: add ~arm, bug #577646 Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="arm" dev-perl/Test-FailWarnings/Test-FailWarnings-0.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Test-FailWarnings/Test-FailWarnings-0.8.0.ebuild b/dev-perl/Test-FailWarnings/Test-FailWarnings-0.8.0.ebuild index 2fa0c73..c345e14 100644 --- a/dev-perl/Test-FailWarnings/Test-FailWarnings-0.8.0.ebuild +++ b/dev-perl/Test-FailWarnings/Test-FailWarnings-0.8.0.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Add test failures if warnings are caught" SLOT="0" -KEYWORDS="amd64 ~hppa ppc x86" +KEYWORDS="amd64 ~arm ~hppa ppc x86" IUSE="test" LICENSE="Apache-2.0"