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/CGI-Compile/
Date: Mon, 03 May 2021 16:55:22
Message-Id: 1620060891.f420de5a7eabe8670916a36a499ced870de79645.sam@gentoo
1 commit: f420de5a7eabe8670916a36a499ced870de79645
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 3 16:54:51 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon May 3 16:54:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f420de5a
7
8 dev-perl/CGI-Compile: Stabilize 0.250.0 ppc64, #787692
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild b/dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild
16 index 14ace60d6c2..80e75c26449 100644
17 --- a/dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild
18 +++ b/dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild
19 @@ -9,7 +9,7 @@ inherit perl-module
20
21 DESCRIPTION="Compile .cgi scripts to a code reference like ModPerl::Registry"
22 SLOT="0"
23 -KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 sparc x86"
24 +KEYWORDS="~alpha amd64 ~ia64 ~ppc ppc64 sparc x86"
25 IUSE="test"
26 RESTRICT="!test? ( test )"