summaryrefslogtreecommitdiff
path: root/dev-perl/File-Spec-Native
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-10-30 09:50:10 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-10-30 09:50:10 +0000
commite08ef2001e9e040c94c32594d8e644117e0c0929 (patch)
tree18069d5ffad0d5dc507f45d95c2cbcee47ccf251 /dev-perl/File-Spec-Native
parentd4a7f2a56c813fedd229bd6af662e28cdde3cc9e (diff)
downloadbaldeagleos-repo-e08ef2001e9e040c94c32594d8e644117e0c0929.tar.gz
baldeagleos-repo-e08ef2001e9e040c94c32594d8e644117e0c0929.tar.xz
baldeagleos-repo-e08ef2001e9e040c94c32594d8e644117e0c0929.zip
Adding metadata
Diffstat (limited to 'dev-perl/File-Spec-Native')
-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