diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-17 21:09:34 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-17 21:16:52 +0200 |
commit | 6e27affdd490267ce12e6c48696d83078758dee2 (patch) | |
tree | c2111c3f7c5fadc0635a25238092cc91dcf4a54f /dev-perl/Data-Section | |
parent | dev-perl/Data-Random: Remove old (diff) | |
download | gentoo-6e27affdd490267ce12e6c48696d83078758dee2.tar.gz gentoo-6e27affdd490267ce12e6c48696d83078758dee2.tar.bz2 gentoo-6e27affdd490267ce12e6c48696d83078758dee2.zip |
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@gentoo.org>
Diffstat (limited to 'dev-perl/Data-Section')
-rw-r--r-- | dev-perl/Data-Section/Data-Section-0.200.7-r1.ebuild (renamed from dev-perl/Data-Section/Data-Section-0.200.7.ebuild) | 11 |
1 files 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 index 825703a2081e..3c9ceeba6855 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 |