diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-05-29 15:56:51 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-05-29 16:11:59 +0200 |
commit | a4641a5a28e845ed518c207f8f77b96400741820 (patch) | |
tree | 9b386e45eb1217f9e2aa670beaf0d1915bb923c1 /dev-perl/HTTP-Server-Simple-Static | |
parent | dev-perl/CGI-Application: Stable for amd64 (diff) | |
download | gentoo-a4641a5a28e845ed518c207f8f77b96400741820.tar.gz gentoo-a4641a5a28e845ed518c207f8f77b96400741820.tar.bz2 gentoo-a4641a5a28e845ed518c207f8f77b96400741820.zip |
dev-perl/HTTP-Server-Simple-Static: 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/HTTP-Server-Simple-Static')
-rw-r--r-- | dev-perl/HTTP-Server-Simple-Static/HTTP-Server-Simple-Static-0.140.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/HTTP-Server-Simple-Static/HTTP-Server-Simple-Static-0.140.0.ebuild b/dev-perl/HTTP-Server-Simple-Static/HTTP-Server-Simple-Static-0.140.0.ebuild index 4f2364811268..3df6906c4db1 100644 --- a/dev-perl/HTTP-Server-Simple-Static/HTTP-Server-Simple-Static-0.140.0.ebuild +++ b/dev-perl/HTTP-Server-Simple-Static/HTTP-Server-Simple-Static-0.140.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 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Serve static files with HTTP::Server::Simple" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" RDEPEND=" >=dev-perl/CGI-3.460.0 |