Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Config-Any/
Date: Sun, 27 Dec 2020 14:42:13
Message-Id: 1609080117.86249b2db981f6b84f6ba41fd69d11f6105be8d9.grobian@gentoo
1 commit: 86249b2db981f6b84f6ba41fd69d11f6105be8d9
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 27 14:36:33 2020 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 27 14:41:57 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86249b2d
7
8 dev-perl/Config-Any: drop ppc-aix m68k-mint
9
10 Package-Manager: Portage-3.0.9, Repoman-3.0.2
11 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
12
13 dev-perl/Config-Any/Config-Any-0.320.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-perl/Config-Any/Config-Any-0.320.0.ebuild b/dev-perl/Config-Any/Config-Any-0.320.0.ebuild
17 index 6f2ec600a81..aabb9283596 100644
18 --- a/dev-perl/Config-Any/Config-Any-0.320.0.ebuild
19 +++ b/dev-perl/Config-Any/Config-Any-0.320.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -10,7 +10,7 @@ inherit perl-module
27 DESCRIPTION="Load configuration from different file formats, transparently"
28
29 SLOT="0"
30 -KEYWORDS="amd64 arm ppc x86 ~ppc-aix"
31 +KEYWORDS="amd64 arm ppc x86"
32 IUSE="test +conf +ini +json +xml +yaml"
33 RESTRICT="!test? ( test )"