summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-05-29 15:56:51 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-05-29 16:11:59 +0200
commita4641a5a28e845ed518c207f8f77b96400741820 (patch)
tree9b386e45eb1217f9e2aa670beaf0d1915bb923c1
parentdev-perl/CGI-Application: Stable for amd64 (diff)
downloadgentoo-a4641a5a.tar.gz
gentoo-a4641a5a.tar.bz2
gentoo-a4641a5a.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>
-rw-r--r--dev-perl/HTTP-Server-Simple-Static/HTTP-Server-Simple-Static-0.140.0.ebuild4
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