diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-05-29 15:59:42 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-05-29 16:12:08 +0200 |
commit | 790a566c7bb8eb3388287159af15b2d1234fcdab (patch) | |
tree | 644abca82e3eace7c523721678403a78d6e921b5 /dev-perl/CGI-Application-Plugin-Redirect | |
parent | dev-perl/CGI-Application-Dispatch: Stable for amd64 (diff) | |
download | gentoo-790a566c7bb8eb3388287159af15b2d1234fcdab.tar.gz gentoo-790a566c7bb8eb3388287159af15b2d1234fcdab.tar.bz2 gentoo-790a566c7bb8eb3388287159af15b2d1234fcdab.zip |
dev-perl/CGI-Application-Plugin-Redirect: Stable for amd64
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/CGI-Application-Plugin-Redirect')
-rw-r--r-- | dev-perl/CGI-Application-Plugin-Redirect/CGI-Application-Plugin-Redirect-1.0.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/CGI-Application-Plugin-Redirect/CGI-Application-Plugin-Redirect-1.0.0-r1.ebuild b/dev-perl/CGI-Application-Plugin-Redirect/CGI-Application-Plugin-Redirect-1.0.0-r1.ebuild index 0f7c14353c73..b9ff640cc4e5 100644 --- a/dev-perl/CGI-Application-Plugin-Redirect/CGI-Application-Plugin-Redirect-1.0.0-r1.ebuild +++ b/dev-perl/CGI-Application-Plugin-Redirect/CGI-Application-Plugin-Redirect-1.0.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ inherit perl-module DESCRIPTION="Easy external redirects in CGI::Application" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="test" RESTRICT="!test? ( test )" RDEPEND=" |