commit: f8e5144c8f3fc177eccbf98d872abf302fda9210
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 29 00:50:58 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Aug 29 00:58:34 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8e5144c
dev-perl/Test-SharedFork: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...-SharedFork-0.350.0.ebuild => Test-SharedFork-0.350.0-r1.ebuild} | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/dev-perl/Test-SharedFork/Test-SharedFork-0.350.0.ebuild
b/dev-perl/Test-SharedFork/Test-SharedFork-0.350.0-r1.ebuild
similarity index 89%
rename from dev-perl/Test-SharedFork/Test-SharedFork-0.350.0.ebuild
rename to dev-perl/Test-SharedFork/Test-SharedFork-0.350.0-r1.ebuild
index eaea79830a4..ee81b2afa72 100644
--- a/dev-perl/Test-SharedFork/Test-SharedFork-0.350.0.ebuild
+++ b/dev-perl/Test-SharedFork/Test-SharedFork-0.350.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=EXODIST
DIST_VERSION=0.35
@@ -11,14 +11,12 @@ DESCRIPTION="Ensure that tests work correctly when fork()
is used"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux
~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
virtual/perl-File-Temp
>=virtual/perl-Test-Simple-0.880.0
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.640.0
test? (
virtual/perl-Test-Harness