dev-perl/Dist-Zilla-Plugin-NextVersion-Semantic: EAPI bump

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2025-07-14 23:29:44 +02:00
parent 28a0a42c67
commit 2b84fec281
No known key found for this signature in database
GPG Key ID: DC2B16215ED5412A

View File

@ -1,7 +1,7 @@
# Copyright 2020-2021 Gentoo Authors # Copyright 2020-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=8
DIST_AUTHOR=YANICK DIST_AUTHOR=YANICK
inherit perl-module inherit perl-module
@ -9,8 +9,6 @@ inherit perl-module
DESCRIPTION="update the next version, semantic-wise" DESCRIPTION="update the next version, semantic-wise"
SLOT="0" SLOT="0"
KEYWORDS="~amd64 ~x86" KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND=" RDEPEND="
>=dev-perl/CPAN-Changes-0.200.0 >=dev-perl/CPAN-Changes-0.200.0
@ -18,14 +16,9 @@ RDEPEND="
dev-perl/List-AllUtils dev-perl/List-AllUtils
dev-perl/Moose dev-perl/Moose
dev-perl/Perl-Version dev-perl/Perl-Version
virtual/perl-Scalar-List-Utils
" "
BDEPEND="${RDEPEND} BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? ( test? (
virtual/perl-File-Spec
virtual/perl-IO
dev-perl/Test-Exception dev-perl/Test-Exception
virtual/perl-Test-Simple
) )
" "