diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2021-05-03 07:33:47 +0200 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-05-03 08:56:44 +0100 |
commit | 8fa5dd08b37fa5c2d6ae6b9351b4b0dc59dcb7aa (patch) | |
tree | 89ad12c4a5ca6f3a0b2a8baa68d630e8236b63c3 /dev-perl/CGI-Compile | |
parent | x11-terms/rxvt-unicode: stable 9.22-r8 for sparc, bug #783885 (diff) | |
download | gentoo-8fa5dd08b37fa5c2d6ae6b9351b4b0dc59dcb7aa.tar.gz gentoo-8fa5dd08b37fa5c2d6ae6b9351b4b0dc59dcb7aa.tar.bz2 gentoo-8fa5dd08b37fa5c2d6ae6b9351b4b0dc59dcb7aa.zip |
dev-perl/CGI-Compile: stable 0.250.0 for sparc, bug #787692
Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-perl/CGI-Compile')
-rw-r--r-- | dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild b/dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild index 3a48ef3395f3..09dd3978ebb8 100644 --- a/dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild +++ b/dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ inherit perl-module DESCRIPTION="Compile .cgi scripts to a code reference like ModPerl::Registry" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 sparc ~x86" IUSE="test" RESTRICT="!test? ( test )" |