diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-28 21:55:59 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-28 22:00:52 +0200 |
commit | ef58c2b71bbe1cc679c78ce82e85f5f38c41afc8 (patch) | |
tree | 21385fbda8aecc6e060b319cbb3ecaf1370285f7 /dev-perl/File-Find-Rule-Perl | |
parent | dev-perl/File-Find-Rule: EAPI=8 bump (diff) | |
download | gentoo-ef58c2b71bbe1cc679c78ce82e85f5f38c41afc8.tar.gz gentoo-ef58c2b71bbe1cc679c78ce82e85f5f38c41afc8.tar.bz2 gentoo-ef58c2b71bbe1cc679c78ce82e85f5f38c41afc8.zip |
dev-perl/File-Find-Rule-Perl: 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/File-Find-Rule-Perl')
-rw-r--r-- | dev-perl/File-Find-Rule-Perl/File-Find-Rule-Perl-1.150.0-r1.ebuild (renamed from dev-perl/File-Find-Rule-Perl/File-Find-Rule-Perl-1.150.0.ebuild) | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-perl/File-Find-Rule-Perl/File-Find-Rule-Perl-1.150.0.ebuild b/dev-perl/File-Find-Rule-Perl/File-Find-Rule-Perl-1.150.0-r1.ebuild index 9f12cc6b838c..5b9742b0324d 100644 --- a/dev-perl/File-Find-Rule-Perl/File-Find-Rule-Perl-1.150.0.ebuild +++ b/dev-perl/File-Find-Rule-Perl/File-Find-Rule-Perl-1.150.0-r1.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=ETHER DIST_VERSION=1.15 @@ -12,8 +12,6 @@ DESCRIPTION="Common rules for searching for Perl things" SLOT="0" KEYWORDS="amd64 ~arm ~hppa ppc ppc64 sparc x86" -IUSE="test" -RESTRICT="!test? ( test )" RDEPEND=" >=virtual/perl-CPAN-Meta-1.380.0 @@ -21,7 +19,7 @@ RDEPEND=" >=virtual/perl-File-Spec-0.820.0 >=dev-perl/Params-Util-0.380.0 " -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker test? ( virtual/perl-Test-Simple |