commit:     3522e25ed6899af24e1fb334b4c61ac8534ae5d4
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 14 16:09:34 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Nov 14 16:11:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3522e25e

dev-perl/Module-Implementation: EAPI=8 bump

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 ...tation-0.90.0.ebuild => Module-Implementation-0.90.0-r1.ebuild} | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-perl/Module-Implementation/Module-Implementation-0.90.0.ebuild 
b/dev-perl/Module-Implementation/Module-Implementation-0.90.0-r1.ebuild
similarity index 92%
rename from dev-perl/Module-Implementation/Module-Implementation-0.90.0.ebuild
rename to dev-perl/Module-Implementation/Module-Implementation-0.90.0-r1.ebuild
index 7ad0ad1e7430..f26feb8ba082 100644
--- a/dev-perl/Module-Implementation/Module-Implementation-0.90.0.ebuild
+++ b/dev-perl/Module-Implementation/Module-Implementation-0.90.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=DROLSKY
 DIST_VERSION=0.09
@@ -12,15 +12,13 @@ DESCRIPTION="Loads one of several alternate underlying 
implementations for a mod
 LICENSE="Artistic-2"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND="
        virtual/perl-Carp
        >=dev-perl/Module-Runtime-0.12.0
        dev-perl/Try-Tiny
 "
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
        virtual/perl-ExtUtils-MakeMaker
        test? (
                virtual/perl-File-Spec
@@ -30,6 +28,7 @@ DEPEND="${RDEPEND}
                >=virtual/perl-Test-Simple-0.880.0
        )
 "
+
 src_test() {
        perl_rm_files "t/release-"* "t/author-"*
        perl-module_src_test

Reply via email to