diff options
author | 2018-04-04 23:14:09 -0400 | |
---|---|---|
committer | 2018-04-04 23:14:09 -0400 | |
commit | 93f7970338bb95113123d5a56bbe57909a8cf0e9 (patch) | |
tree | a6bb78a0fdc9ab4314645895a30c396922aca960 /dev-perl/CGI-Compile | |
parent | dev-perl/CGI-Emulate-PSGI: amd64 stable (diff) | |
download | gentoo-93f7970338bb95113123d5a56bbe57909a8cf0e9.tar.gz gentoo-93f7970338bb95113123d5a56bbe57909a8cf0e9.tar.bz2 gentoo-93f7970338bb95113123d5a56bbe57909a8cf0e9.zip |
dev-perl/CGI-Compile: amd64 stable
Bug: https://bugs.gentoo.org/652504
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'dev-perl/CGI-Compile')
-rw-r--r-- | dev-perl/CGI-Compile/CGI-Compile-0.220.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/CGI-Compile/CGI-Compile-0.220.0.ebuild b/dev-perl/CGI-Compile/CGI-Compile-0.220.0.ebuild index 3eaa6040e600..0b564cb158d9 100644 --- a/dev-perl/CGI-Compile/CGI-Compile-0.220.0.ebuild +++ b/dev-perl/CGI-Compile/CGI-Compile-0.220.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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" RDEPEND=" |