diff options
author | 2021-10-24 16:34:40 +0200 | |
---|---|---|
committer | 2021-10-24 16:46:22 +0200 | |
commit | 70167b05faf6f78e835d0156113bfb9e9138c483 (patch) | |
tree | 2f0b235bc28f168fb8a4a86f23fd15d5cb4f5b9f /dev-perl/Eval-Closure | |
parent | dev-perl/EV: Remove old (diff) | |
download | gentoo-70167b05faf6f78e835d0156113bfb9e9138c483.tar.gz gentoo-70167b05faf6f78e835d0156113bfb9e9138c483.tar.bz2 gentoo-70167b05faf6f78e835d0156113bfb9e9138c483.zip |
dev-perl/Eval-Closure: 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/Eval-Closure')
-rw-r--r-- | dev-perl/Eval-Closure/Eval-Closure-0.140.0-r1.ebuild (renamed from dev-perl/Eval-Closure/Eval-Closure-0.140.0.ebuild) | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-perl/Eval-Closure/Eval-Closure-0.140.0.ebuild b/dev-perl/Eval-Closure/Eval-Closure-0.140.0-r1.ebuild index 485546236069..55669f6d2104 100644 --- a/dev-perl/Eval-Closure/Eval-Closure-0.140.0.ebuild +++ b/dev-perl/Eval-Closure/Eval-Closure-0.140.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=DOY DIST_VERSION=0.14 @@ -11,10 +11,8 @@ DESCRIPTION="safely and cleanly create closures via string eval" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" -IUSE="test minimal" -RESTRICT="!test? ( test )" +IUSE="minimal" -# Scalar::Util -> Scalar-List-Utils RDEPEND=" virtual/perl-Carp virtual/perl-Exporter @@ -25,7 +23,7 @@ RDEPEND=" dev-perl/Perl-Tidy ) " -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker test? ( virtual/perl-File-Spec |