summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-02 22:57:17 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-02 23:34:10 +0100
commita51c5cf727619dc7c5d7ac943841d933275b0f65 (patch)
tree31e058127cd378db6a86b42aa8b2ef7218161895
parentdev-perl/HTTP-Request-AsCGI: EAPI=8 bump (diff)
downloadgentoo-a51c5cf727619dc7c5d7ac943841d933275b0f65.tar.gz
gentoo-a51c5cf727619dc7c5d7ac943841d933275b0f65.tar.bz2
gentoo-a51c5cf727619dc7c5d7ac943841d933275b0f65.zip
dev-perl/HTTP-Server-Simple: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--dev-perl/HTTP-Server-Simple/HTTP-Server-Simple-0.520.0-r1.ebuild (renamed from dev-perl/HTTP-Server-Simple/HTTP-Server-Simple-0.520.0.ebuild)6
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-perl/HTTP-Server-Simple/HTTP-Server-Simple-0.520.0.ebuild b/dev-perl/HTTP-Server-Simple/HTTP-Server-Simple-0.520.0-r1.ebuild
index eefbf5b210e7..abf560fe9847 100644
--- a/dev-perl/HTTP-Server-Simple/HTTP-Server-Simple-0.520.0.ebuild
+++ b/dev-perl/HTTP-Server-Simple/HTTP-Server-Simple-0.520.0-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=BPS
DIST_VERSION=0.52
@@ -11,14 +11,12 @@ DESCRIPTION="Lightweight HTTP Server"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
dev-perl/CGI
>=virtual/perl-Socket-1.940.0
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? ( virtual/perl-Test-Simple )
"