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 336F213835A for ; Sun, 27 Dec 2020 14:42:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 974E42BC0EE; Sun, 27 Dec 2020 14:42:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 7BB342BC0EE for ; Sun, 27 Dec 2020 14:42:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7B3BB341656 for ; Sun, 27 Dec 2020 14:42:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD161488 for ; Sun, 27 Dec 2020 14:42:06 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1609080117.86249b2db981f6b84f6ba41fd69d11f6105be8d9.grobian@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.320.0.ebuild X-VCS-Directories: dev-perl/Config-Any/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 86249b2db981f6b84f6ba41fd69d11f6105be8d9 X-VCS-Branch: master Date: Sun, 27 Dec 2020 14:42:06 +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: 50b15ef5-e063-4023-9d79-f7b5b3eeabce X-Archives-Hash: b49d044c449512f3f7e959fa53c8c1a9 commit: 86249b2db981f6b84f6ba41fd69d11f6105be8d9 Author: Fabian Groffen gentoo org> AuthorDate: Sun Dec 27 14:36:33 2020 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sun Dec 27 14:41:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86249b2d dev-perl/Config-Any: drop ppc-aix m68k-mint Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Fabian Groffen gentoo.org> dev-perl/Config-Any/Config-Any-0.320.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/Config-Any/Config-Any-0.320.0.ebuild b/dev-perl/Config-Any/Config-Any-0.320.0.ebuild index 6f2ec600a81..aabb9283596 100644 --- a/dev-perl/Config-Any/Config-Any-0.320.0.ebuild +++ b/dev-perl/Config-Any/Config-Any-0.320.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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" IUSE="test +conf +ini +json +xml +yaml" RESTRICT="!test? ( test )"