summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-23 23:49:09 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-23 23:57:53 +0200
commitf51c75915024b995f288bf0905db3b02643a9d54 (patch)
tree9a131aced09e86d0b933ee72eefe89cca8722b93
parentdev-java/openjdk-jre-bin: provide stable symlink in 8 (diff)
downloadgentoo-f51c75915024b995f288bf0905db3b02643a9d54.tar.gz
gentoo-f51c75915024b995f288bf0905db3b02643a9d54.tar.bz2
gentoo-f51c75915024b995f288bf0905db3b02643a9d54.zip
dev-perl/Parallel-Iterator: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--dev-perl/Parallel-Iterator/Parallel-Iterator-1.0.0-r2.ebuild (renamed from dev-perl/Parallel-Iterator/Parallel-Iterator-1.0.0-r1.ebuild)9
1 files changed, 4 insertions, 5 deletions
diff --git a/dev-perl/Parallel-Iterator/Parallel-Iterator-1.0.0-r1.ebuild b/dev-perl/Parallel-Iterator/Parallel-Iterator-1.0.0-r2.ebuild
index af8473215b31..93f88ffc0d0c 100644
--- a/dev-perl/Parallel-Iterator/Parallel-Iterator-1.0.0-r1.ebuild
+++ b/dev-perl/Parallel-Iterator/Parallel-Iterator-1.0.0-r2.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=ANDYA
DIST_VERSION=1.00
@@ -12,17 +12,16 @@ DESCRIPTION="Simple parallel execution"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
virtual/perl-IO
virtual/perl-Storable
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
dev-perl/Module-Build
test? (
virtual/perl-Test-Simple
)
"
+
PATCHES=("${FILESDIR}/${PN}-1.00-perl-5.26.patch")