diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-14 17:09:34 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-14 17:11:46 +0100 |
commit | 3522e25ed6899af24e1fb334b4c61ac8534ae5d4 (patch) | |
tree | 0dbf82a28eac5057a175bd1455064965746f4bf7 /dev-perl/Module-Implementation | |
parent | dev-perl/Module-Find: Remove old (diff) | |
download | gentoo-3522e25ed6899af24e1fb334b4c61ac8534ae5d4.tar.gz gentoo-3522e25ed6899af24e1fb334b4c61ac8534ae5d4.tar.bz2 gentoo-3522e25ed6899af24e1fb334b4c61ac8534ae5d4.zip |
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@gentoo.org>
Diffstat (limited to 'dev-perl/Module-Implementation')
-rw-r--r-- | dev-perl/Module-Implementation/Module-Implementation-0.90.0-r1.ebuild (renamed from dev-perl/Module-Implementation/Module-Implementation-0.90.0.ebuild) | 7 |
1 files 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 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 |