diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-28 00:16:21 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-28 00:34:50 +0200 |
commit | 17e3e9cc45c0a9a3df0b7ddc551d9f15dd8d976c (patch) | |
tree | 4ec3d1ac6111bb7f36ea75c87aa8afd127047238 /dev-perl/Test-Mock-LWP-Dispatch | |
parent | dev-perl/Test-MinimumVersion: EAPI=8 bump (diff) | |
download | gentoo-17e3e9cc45c0a9a3df0b7ddc551d9f15dd8d976c.tar.gz gentoo-17e3e9cc45c0a9a3df0b7ddc551d9f15dd8d976c.tar.bz2 gentoo-17e3e9cc45c0a9a3df0b7ddc551d9f15dd8d976c.zip |
dev-perl/Test-Mock-LWP-Dispatch: 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/Test-Mock-LWP-Dispatch')
-rw-r--r-- | dev-perl/Test-Mock-LWP-Dispatch/Test-Mock-LWP-Dispatch-0.80.0-r1.ebuild (renamed from dev-perl/Test-Mock-LWP-Dispatch/Test-Mock-LWP-Dispatch-0.80.0.ebuild) | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/dev-perl/Test-Mock-LWP-Dispatch/Test-Mock-LWP-Dispatch-0.80.0.ebuild b/dev-perl/Test-Mock-LWP-Dispatch/Test-Mock-LWP-Dispatch-0.80.0-r1.ebuild index 8159f0126fe4..9ec303342dcd 100644 --- a/dev-perl/Test-Mock-LWP-Dispatch/Test-Mock-LWP-Dispatch-0.80.0.ebuild +++ b/dev-perl/Test-Mock-LWP-Dispatch/Test-Mock-LWP-Dispatch-0.80.0-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DIST_AUTHOR=TADAM DIST_VERSION=0.08 @@ -11,8 +11,6 @@ DESCRIPTION="Mocks LWP::UserAgent and dispatches your requests/responses" SLOT="0" KEYWORDS="amd64 x86" -IUSE="test" -RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp @@ -22,13 +20,14 @@ RDEPEND=" dev-perl/libwww-perl dev-perl/Test-MockObject " -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} >=virtual/perl-ExtUtils-MakeMaker-6.300.0 test? ( virtual/perl-File-Spec dev-perl/Test-Exception ) " + src_test() { perl_rm_files t/release-pod-coverage.t t/release-pod-syntax.t perl-module_src_test |