dev-perl/Dist-Zilla-Plugin-RPM: 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:23:50 +02:00
parent f8317ca018
commit 58e9d87c59
No known key found for this signature in database
GPG Key ID: DC2B16215ED5412A

View File

@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors # Copyright 1999-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=SKYSYMBOL DIST_AUTHOR=SKYSYMBOL
DIST_VERSION=0.016 DIST_VERSION=0.016
@ -11,13 +11,9 @@ DESCRIPTION="Build an RPM from your Dist::Zilla release"
SLOT="0" SLOT="0"
KEYWORDS="amd64 ~x86" KEYWORDS="amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND=" RDEPEND="
virtual/perl-Carp
dev-perl/Dist-Zilla dev-perl/Dist-Zilla
virtual/perl-File-Temp
dev-perl/IPC-Run dev-perl/IPC-Run
dev-perl/Moose dev-perl/Moose
dev-perl/Moose-Autobox dev-perl/Moose-Autobox
@ -28,7 +24,6 @@ RDEPEND="
app-arch/rpm app-arch/rpm
" "
BDEPEND="${RDEPEND} BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? ( test? (
dev-perl/File-Which dev-perl/File-Which
dev-perl/Test-Differences dev-perl/Test-Differences