summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-23 16:32:36 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-23 17:00:47 +0200
commiteaa00000b19a9570c715a0b3d4f66831f99e52e9 (patch)
treef14c3dc54a51d6549dfd7153ac0fab432c33ccdf /dev-perl/Dist-Zilla-Plugin-AuthorsFromGit
parentdev-perl/Dist-Zilla: Version bump 6.024 (diff)
downloadgentoo-eaa00000b19a9570c715a0b3d4f66831f99e52e9.tar.gz
gentoo-eaa00000b19a9570c715a0b3d4f66831f99e52e9.tar.bz2
gentoo-eaa00000b19a9570c715a0b3d4f66831f99e52e9.zip
dev-perl/Dist-Zilla-Plugin-AuthorsFromGit: 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/Dist-Zilla-Plugin-AuthorsFromGit')
-rw-r--r--dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.6.0-r1.ebuild (renamed from dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.6.0.ebuild)5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.6.0.ebuild b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.6.0-r1.ebuild
index 7f57d64a6bbd..74c8f9dceab1 100644
--- a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.6.0.ebuild
+++ b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.6.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=AKHUETTEL
DIST_VERSION=0.006
@@ -11,7 +11,6 @@ DESCRIPTION="Add per-file per-year copyright information"
SLOT="0"
KEYWORDS="amd64 ~x86"
-IUSE=""
RDEPEND="
dev-perl/DateTime
@@ -23,6 +22,6 @@ RDEPEND="
dev-perl/Pod-Weaver
dev-perl/namespace-autoclean
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
"