diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-05-29 16:01:32 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-05-29 16:12:14 +0200 |
commit | 08a1c1e53c4f9431bb8b3f700f5995c945e6cb3d (patch) | |
tree | ae811517b09307327b4d0fbbd2fb86a90de9faca /dev-perl/CGI-Application-Server | |
parent | dev-perl/Test-HTTP-Server-Simple: Stable for amd64 (diff) | |
download | gentoo-08a1c1e53c4f9431bb8b3f700f5995c945e6cb3d.tar.gz gentoo-08a1c1e53c4f9431bb8b3f700f5995c945e6cb3d.tar.bz2 gentoo-08a1c1e53c4f9431bb8b3f700f5995c945e6cb3d.zip |
dev-perl/CGI-Application-Server: 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-Server')
-rw-r--r-- | dev-perl/CGI-Application-Server/CGI-Application-Server-0.63.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/CGI-Application-Server/CGI-Application-Server-0.63.0.ebuild b/dev-perl/CGI-Application-Server/CGI-Application-Server-0.63.0.ebuild index 3fa47eb1cc15..88801b5f3b95 100644 --- a/dev-perl/CGI-Application-Server/CGI-Application-Server-0.63.0.ebuild +++ b/dev-perl/CGI-Application-Server/CGI-Application-Server-0.63.0.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="a simple HTTP server for developing with CGI::Application" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="test" RESTRICT="!test? ( test )" |