diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-17 14:26:20 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-17 16:03:43 +0200 |
commit | dc74e4cfca738a938a70aaab5b30182a66f6a21f (patch) | |
tree | 845155e3c571d4586455fcbb666414a9bb506733 /dev-perl/Cwd-Guard | |
parent | sys-kernel/gentoo-sources: Linux updates (diff) | |
download | gentoo-dc74e4cfca738a938a70aaab5b30182a66f6a21f.tar.gz gentoo-dc74e4cfca738a938a70aaab5b30182a66f6a21f.tar.bz2 gentoo-dc74e4cfca738a938a70aaab5b30182a66f6a21f.zip |
dev-perl/Cwd-Guard: 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/Cwd-Guard')
-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 |