diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-29 02:50:58 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-29 02:58:34 +0200 |
commit | f8e5144c8f3fc177eccbf98d872abf302fda9210 (patch) | |
tree | 50e6ee0df2d400a1403fc415c4879aa6dfa03ac5 /dev-perl/Test-SharedFork | |
parent | dev-perl/Test-Script: Version bump 1.29 (diff) | |
download | gentoo-f8e5144c8f3fc177eccbf98d872abf302fda9210.tar.gz gentoo-f8e5144c8f3fc177eccbf98d872abf302fda9210.tar.bz2 gentoo-f8e5144c8f3fc177eccbf98d872abf302fda9210.zip |
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@gentoo.org>
Diffstat (limited to 'dev-perl/Test-SharedFork')
-rw-r--r-- | dev-perl/Test-SharedFork/Test-SharedFork-0.350.0-r1.ebuild (renamed from dev-perl/Test-SharedFork/Test-SharedFork-0.350.0.ebuild) | 6 |
1 files 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 index eaea79830a44..ee81b2afa72e 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 |