summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-05 23:00:05 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-05 23:14:51 +0200
commitb2b820dbc35f090a16252372b9f8d29ab5d3e114 (patch)
tree3c43c96e5729a63f9086f8b384f7ab3a7c4cecd4 /dev-perl/Router-Simple
parentdev-perl/Roman: EAPI=8 bump (diff)
downloadgentoo-b2b820dbc35f090a16252372b9f8d29ab5d3e114.tar.gz
gentoo-b2b820dbc35f090a16252372b9f8d29ab5d3e114.tar.bz2
gentoo-b2b820dbc35f090a16252372b9f8d29ab5d3e114.zip
dev-perl/Router-Simple: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Router-Simple')
-rw-r--r--dev-perl/Router-Simple/Router-Simple-0.170.0-r1.ebuild (renamed from dev-perl/Router-Simple/Router-Simple-0.170.0.ebuild)8
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-perl/Router-Simple/Router-Simple-0.170.0.ebuild b/dev-perl/Router-Simple/Router-Simple-0.170.0-r1.ebuild
index e954a3eed5a7..7bc43471a1ec 100644
--- a/dev-perl/Router-Simple/Router-Simple-0.170.0.ebuild
+++ b/dev-perl/Router-Simple/Router-Simple-0.170.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=TOKUHIROM
DIST_VERSION=0.17
@@ -11,15 +11,13 @@ DESCRIPTION="Simple HTTP router"
SLOT="0"
KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
dev-perl/Class-Accessor-Lite
virtual/perl-Scalar-List-Utils
virtual/perl-parent
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
dev-perl/Module-Build
test? ( >=virtual/perl-Test-Simple-0.980.0 )
"