commit: 71de2e8e66049e316a92eb53da830ee9946b551a
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 29 18:54:07 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Oct 29 19:51:33 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71de2e8e
dev-perl/File-Spec-Native: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...ec-Native-1.4.0.ebuild => File-Spec-Native-1.4.0-r1.ebuild} | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/dev-perl/File-Spec-Native/File-Spec-Native-1.4.0.ebuild
b/dev-perl/File-Spec-Native/File-Spec-Native-1.4.0-r1.ebuild
similarity index 84%
rename from dev-perl/File-Spec-Native/File-Spec-Native-1.4.0.ebuild
rename to dev-perl/File-Spec-Native/File-Spec-Native-1.4.0-r1.ebuild
index 77470fcdb36..704d1d8a499 100644
--- a/dev-perl/File-Spec-Native/File-Spec-Native-1.4.0.ebuild
+++ b/dev-perl/File-Spec-Native/File-Spec-Native-1.4.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=RWSTAUNER
DIST_VERSION=1.004
@@ -10,11 +10,11 @@ inherit perl-module
DESCRIPTION="Use native OS implementation of File::Spec from a subclass"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-RDEPEND="virtual/perl-File-Spec"
-DEPEND="${RDEPEND}
+RDEPEND="
+ virtual/perl-File-Spec
+"
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
>=virtual/perl-CPAN-Meta-2.120.900