summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-perl/Cwd-Guard/Cwd-Guard-0.50.0-r1.ebuild (renamed from dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild)10
1 files changed, 4 insertions, 6 deletions
diff --git a/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild b/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0-r1.ebuild
index 40eb6dfcde7b..cd3c4151a094 100644
--- a/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild
+++ b/dev-perl/Cwd-Guard/Cwd-Guard-0.50.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=KAZEBURO
DIST_VERSION=0.05
@@ -11,17 +11,15 @@ DESCRIPTION="Temporary changing working directory (chdir)"
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86"
-IUSE="test minimal"
-RESTRICT="!test? ( test )"
-# Cwd -> perl-File-Spec
+IUSE="minimal"
+
RDEPEND="
virtual/perl-File-Spec
virtual/perl-Exporter
virtual/perl-if
virtual/perl-parent
"
-# CPAN::Meta::Prereqs -> perl-CPAN-Meta
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.380.0
test? (
dev-perl/Test-Requires