commit: 6e27affdd490267ce12e6c48696d83078758dee2
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 17 19:09:34 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Oct 17 19:16:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e27affd
dev-perl/Data-Section: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...-Section-0.200.7.ebuild => Data-Section-0.200.7-r1.ebuild} | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/dev-perl/Data-Section/Data-Section-0.200.7.ebuild
b/dev-perl/Data-Section/Data-Section-0.200.7-r1.ebuild
similarity index 79%
rename from dev-perl/Data-Section/Data-Section-0.200.7.ebuild
rename to dev-perl/Data-Section/Data-Section-0.200.7-r1.ebuild
index 825703a2081..3c9ceeba685 100644
--- a/dev-perl/Data-Section/Data-Section-0.200.7.ebuild
+++ b/dev-perl/Data-Section/Data-Section-0.200.7-r1.ebuild
@@ -1,7 +1,8 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
+
DIST_AUTHOR=RJBS
DIST_VERSION=0.200007
inherit perl-module
@@ -9,16 +10,14 @@ inherit perl-module
DESCRIPTION="read multiple hunks of data out of your DATA section"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-# r: strict, warnings -> perl
+
RDEPEND="
virtual/perl-Encode
>=dev-perl/MRO-Compat-0.90.0
>=dev-perl/Sub-Exporter-0.979.0
"
-# t: base, lib, utf8 -> perl
-DEPEND="${RDEPEND}
+
+BDEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.300.0
test? (
dev-perl/Test-FailWarnings