diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-29 20:54:07 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-29 21:51:33 +0200 |
commit | 71de2e8e66049e316a92eb53da830ee9946b551a (patch) | |
tree | 6b0c8abe5e4dc96fdc468e9f502a67a400fed367 | |
parent | dev-perl/File-Slurp: Remove old (diff) | |
download | gentoo-71de2e8e66049e316a92eb53da830ee9946b551a.tar.gz gentoo-71de2e8e66049e316a92eb53da830ee9946b551a.tar.bz2 gentoo-71de2e8e66049e316a92eb53da830ee9946b551a.zip |
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@gentoo.org>
-rw-r--r-- | dev-perl/File-Spec-Native/File-Spec-Native-1.4.0-r1.ebuild (renamed from dev-perl/File-Spec-Native/File-Spec-Native-1.4.0.ebuild) | 10 |
1 files 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 index 77470fcdb36e..704d1d8a4997 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 |