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 191081382C5 for ; Sat, 28 Apr 2018 20:58:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 324CBE0823; Sat, 28 Apr 2018 20:58:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 09BBDE0823 for ; Sat, 28 Apr 2018 20:58:18 +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 DC2BA335C9E for ; Sat, 28 Apr 2018 20:58:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66A69298 for ; Sat, 28 Apr 2018 20:58:16 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1524949089.efff3faa2b3994bb5df1acfc1dcc97ef49457dca.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Needs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Test-Needs/Test-Needs-0.2.5.ebuild X-VCS-Directories: dev-perl/Test-Needs/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: efff3faa2b3994bb5df1acfc1dcc97ef49457dca X-VCS-Branch: master Date: Sat, 28 Apr 2018 20:58:16 +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: e3eb08f6-97f4-482c-aaac-05126d33e316 X-Archives-Hash: bce4468fe53814bf94c822a44b2efec8 commit: efff3faa2b3994bb5df1acfc1dcc97ef49457dca Author: Patrice Clement gentoo org> AuthorDate: Sat Apr 28 20:56:31 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sat Apr 28 20:58:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efff3faa dev-perl/Test-Needs: add keyword for amd64-bsd. Bug: https://bugs.gentoo.org/650956 Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-perl/Test-Needs/Test-Needs-0.2.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Test-Needs/Test-Needs-0.2.5.ebuild b/dev-perl/Test-Needs/Test-Needs-0.2.5.ebuild index 54e2af5c6fa..f2c30f030d8 100644 --- a/dev-perl/Test-Needs/Test-Needs-0.2.5.ebuild +++ b/dev-perl/Test-Needs/Test-Needs-0.2.5.ebuild @@ -9,7 +9,7 @@ inherit perl-module DESCRIPTION="Skip tests when modules not available" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris ~amd64-fbsd" IUSE="test" RDEPEND=""