Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@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 07:56:56
Message-Id: 1620028604.8fa5dd08b37fa5c2d6ae6b9351b4b0dc59dcb7aa.slyfox@gentoo
1 commit: 8fa5dd08b37fa5c2d6ae6b9351b4b0dc59dcb7aa
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Mon May 3 05:33:47 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon May 3 07:56:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fa5dd08
7
8 dev-perl/CGI-Compile: stable 0.250.0 for sparc, bug #787692
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 RepoMan-Options: --include-arches="sparc"
12 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild b/dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild
19 index 3a48ef3395f..09dd3978ebb 100644
20 --- a/dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild
21 +++ b/dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -9,7 +9,7 @@ inherit perl-module
29
30 DESCRIPTION="Compile .cgi scripts to a code reference like ModPerl::Registry"
31 SLOT="0"
32 -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
33 +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 sparc ~x86"
34 IUSE="test"
35 RESTRICT="!test? ( test )"