commit: 9efd3b6e2b8659561752ee27675e646a362f6e4d
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 15 21:05:18 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Nov 16 20:32:26 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9efd3b6e
dev-perl/Module-Install-AuthorTests: EAPI=8 bump
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...s-0.2.0-r1.ebuild => Module-Install-AuthorTests-0.2.0-r2.ebuild} | 6 ++----
1 file 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
similarity index 83%
rename from
dev-perl/Module-Install-AuthorTests/Module-Install-AuthorTests-0.2.0-r1.ebuild
rename to
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
"