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 DE87D1395E2 for ; Sat, 5 Nov 2016 14:37:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 150BBE0C88; Sat, 5 Nov 2016 14:37:13 +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 F1223E0C88 for ; Sat, 5 Nov 2016 14:37:12 +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 2980634163C for ; Sat, 5 Nov 2016 14:37:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2E2124B0 for ; Sat, 5 Nov 2016 14:37:10 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1478356618.1a03992a51da7c8024d4d7c73a35960c8171419c.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Warnings/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Test-Warnings/Test-Warnings-0.26.0.ebuild X-VCS-Directories: dev-perl/Test-Warnings/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 1a03992a51da7c8024d4d7c73a35960c8171419c X-VCS-Branch: master Date: Sat, 5 Nov 2016 14:37:10 +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-Archives-Salt: 11b8a4ef-3f3f-4933-a00d-5e42d06f491e X-Archives-Hash: 64732b71b0edad22f146bb62881fd99c commit: 1a03992a51da7c8024d4d7c73a35960c8171419c Author: Yuta Satoh gmail com> AuthorDate: Sat Nov 5 02:56:22 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Nov 5 14:36:58 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a03992a dev-perl/Test-Warnings: add ~amd64-fbsd KEYWORDS https://bugs.gentoo.org/show_bug.cgi?id=580268 dev-perl/Test-Warnings/Test-Warnings-0.26.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Test-Warnings/Test-Warnings-0.26.0.ebuild b/dev-perl/Test-Warnings/Test-Warnings-0.26.0.ebuild index 5212e35..d4b8448 100644 --- a/dev-perl/Test-Warnings/Test-Warnings-0.26.0.ebuild +++ b/dev-perl/Test-Warnings/Test-Warnings-0.26.0.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION='Test for warnings and the lack of them' SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="test suggested" # Test::Builder -> perl-Test-Simple