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 82BB5139695 for ; Sun, 23 Apr 2017 21:30:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F50C21C16C; Sun, 23 Apr 2017 21:30:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6B52521C16C for ; Sun, 23 Apr 2017 21:30:50 +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 8555F340BEA for ; Sun, 23 Apr 2017 21:30:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B02C57437 for ; Sun, 23 Apr 2017 21:30:47 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1492983022.873ee02a6ffc1d26245c30a9e2630d9e81d1c6d1.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Config-Any/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Config-Any/Config-Any-0.290.0.ebuild X-VCS-Directories: dev-perl/Config-Any/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 873ee02a6ffc1d26245c30a9e2630d9e81d1c6d1 X-VCS-Branch: master Date: Sun, 23 Apr 2017 21:30:47 +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: 19329824-53ea-4a10-9ccf-6d899fdbd9c0 X-Archives-Hash: 37acf9ed96f4a1760b29b9ffff6fccd2 commit: 873ee02a6ffc1d26245c30a9e2630d9e81d1c6d1 Author: Kent Fredric gentoo org> AuthorDate: Sun Apr 23 21:30:22 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sun Apr 23 21:30:22 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=873ee02a dev-perl/Config-Any: 0.290.0 ALLARCHES stable re bug #616134 Bug: https://bugs.gentoo.org/616134 Package-Manager: Portage-2.3.4, Repoman-2.3.2 dev-perl/Config-Any/Config-Any-0.290.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Config-Any/Config-Any-0.290.0.ebuild b/dev-perl/Config-Any/Config-Any-0.290.0.ebuild index 11911814b37..d74648decb5 100644 --- a/dev-perl/Config-Any/Config-Any-0.290.0.ebuild +++ b/dev-perl/Config-Any/Config-Any-0.290.0.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Load configuration from different file formats, transparently" SLOT="0" -KEYWORDS="amd64 ~arm ~ppc ~x86 ~ppc-aix" +KEYWORDS="amd64 arm ppc x86 ~ppc-aix" IUSE="test minimal +json" # json should pull Cpanel-JSON-XS