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/Data-Page/
Date: Sun, 27 Dec 2020 14:54:26
Message-Id: 1609080394.6a859901c4047b5ac854cc9614748455936bb5c6.grobian@gentoo
1 commit: 6a859901c4047b5ac854cc9614748455936bb5c6
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 27 14:46:34 2020 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 27 14:46:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a859901
7
8 dev-perl/Data-Page: 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/Data-Page/Data-Page-2.20.0-r1.ebuild | 4 ++--
14 dev-perl/Data-Page/Data-Page-2.30.0.ebuild | 2 +-
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-perl/Data-Page/Data-Page-2.20.0-r1.ebuild b/dev-perl/Data-Page/Data-Page-2.20.0-r1.ebuild
18 index c2eadc9e5a4..ba643c08a62 100644
19 --- a/dev-perl/Data-Page/Data-Page-2.20.0-r1.ebuild
20 +++ b/dev-perl/Data-Page/Data-Page-2.20.0-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -10,7 +10,7 @@ inherit perl-module
28 DESCRIPTION="help when paging through sets of results"
29
30 SLOT="0"
31 -KEYWORDS="amd64 ~x86 ~ppc-aix ~x86-solaris"
32 +KEYWORDS="amd64 ~x86 ~x86-solaris"
33 IUSE="test"
34 RESTRICT="!test? ( test )"
35
36
37 diff --git a/dev-perl/Data-Page/Data-Page-2.30.0.ebuild b/dev-perl/Data-Page/Data-Page-2.30.0.ebuild
38 index 6e031b23611..8108ef83a21 100644
39 --- a/dev-perl/Data-Page/Data-Page-2.30.0.ebuild
40 +++ b/dev-perl/Data-Page/Data-Page-2.30.0.ebuild
41 @@ -10,7 +10,7 @@ inherit perl-module
42 DESCRIPTION="help when paging through sets of results"
43
44 SLOT="0"
45 -KEYWORDS="~amd64 ~x86 ~ppc-aix ~x86-solaris"
46 +KEYWORDS="~amd64 ~x86 ~x86-solaris"
47 IUSE="test"
48 RESTRICT="!test? ( test )"