dev-perl/Dist-Zilla-Plugin-ContributorsFile: EAPI bump

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel
2025-07-15 22:04:29 +02:00
parent 4389a74a3c
commit c0a51fb877

View File

@@ -1,7 +1,7 @@
# Copyright 2020 Gentoo Authors
# Copyright 2020-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
DIST_AUTHOR=YANICK
DIST_VERSION=0.3.0
@@ -10,8 +10,7 @@ inherit perl-module
DESCRIPTION="add a file listing all contributors"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
dev-perl/Dist-Zilla
dev-perl/Moose
@@ -22,8 +21,6 @@ DEPEND="
BDEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.280.0
test? (
virtual/perl-File-Spec
virtual/perl-IO
>=virtual/perl-Test-Simple-0.880.0
)
"