summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-15 22:05:18 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-16 21:32:26 +0100
commit9efd3b6e2b8659561752ee27675e646a362f6e4d (patch)
tree639f7f69873953280eb9511314fa68156bf3623d /dev-perl
parentdev-perl/Module-Install: Remove old (diff)
downloadgentoo-9efd3b6e2b8659561752ee27675e646a362f6e4d.tar.gz
gentoo-9efd3b6e2b8659561752ee27675e646a362f6e4d.tar.bz2
gentoo-9efd3b6e2b8659561752ee27675e646a362f6e4d.zip
dev-perl/Module-Install-AuthorTests: EAPI=8 bump
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Module-Install-AuthorTests/Module-Install-AuthorTests-0.2.0-r2.ebuild (renamed from dev-perl/Module-Install-AuthorTests/Module-Install-AuthorTests-0.2.0-r1.ebuild)6
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-perl/Module-Install-AuthorTests/Module-Install-AuthorTests-0.2.0-r1.ebuild b/dev-perl/Module-Install-AuthorTests/Module-Install-AuthorTests-0.2.0-r2.ebuild
index a4ef1ad5f2c6..9587bc3ae9c9 100644
--- a/dev-perl/Module-Install-AuthorTests/Module-Install-AuthorTests-0.2.0-r1.ebuild
+++ b/dev-perl/Module-Install-AuthorTests/Module-Install-AuthorTests-0.2.0-r2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=RJBS
DIST_VERSION=0.002
@@ -11,12 +11,10 @@ DESCRIPTION="Designate tests only run by module authors"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
dev-perl/Module-Install
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
"