Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Atom/
Date: Sat, 30 Jul 2022 05:59:54
Message-Id: 1659160732.b1ee8a82cef14404f528459d37730b50979f9670.sam@gentoo
1 commit: b1ee8a82cef14404f528459d37730b50979f9670
2 Author: matoro <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
3 AuthorDate: Mon Jul 25 04:31:59 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 30 05:58:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1ee8a82
7
8 dev-perl/XML-Atom: keyword 0.430.0 for ~ppc64
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-perl/XML-Atom/XML-Atom-0.430.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-perl/XML-Atom/XML-Atom-0.430.0.ebuild b/dev-perl/XML-Atom/XML-Atom-0.430.0.ebuild
16 index ad227c08c97f..fce76c9d8a61 100644
17 --- a/dev-perl/XML-Atom/XML-Atom-0.430.0.ebuild
18 +++ b/dev-perl/XML-Atom/XML-Atom-0.430.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -10,7 +10,7 @@ inherit perl-module
26 DESCRIPTION="Atom feed and API implementation"
27
28 SLOT="0"
29 -KEYWORDS="amd64 x86"
30 +KEYWORDS="amd64 ~ppc64 x86"
31
32 RDEPEND="
33 dev-perl/Class-Data-Inheritable