commit: f51c75915024b995f288bf0905db3b02643a9d54
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 23 21:49:09 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Jul 23 21:57:53 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f51c7591
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 <AT> gentoo.org>
...terator-1.0.0-r1.ebuild => Parallel-Iterator-1.0.0-r2.ebuild} | 9 ++++-----
1 file 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
similarity index 79%
rename from dev-perl/Parallel-Iterator/Parallel-Iterator-1.0.0-r1.ebuild
rename to dev-perl/Parallel-Iterator/Parallel-Iterator-1.0.0-r2.ebuild
index af8473215b3..93f88ffc0d0 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")