dev-perl/Devel-Dumpvar: EAPI bump

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2025-07-19 21:42:10 +02:00
parent feb47727c5
commit e81f43c575
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=ADAMK DIST_AUTHOR=ADAMK
DIST_VERSION=1.06 DIST_VERSION=1.06
@ -11,8 +11,6 @@ DESCRIPTION="Pure-OO reimplementation of dumpvar.pl"
SLOT="0" SLOT="0"
KEYWORDS="~amd64 ~riscv ~x86" KEYWORDS="~amd64 ~riscv ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND=" RDEPEND="
>=virtual/perl-Scalar-List-Utils-1.180.0 >=virtual/perl-Scalar-List-Utils-1.180.0
@ -28,6 +26,7 @@ BDEPEND="${RDEPEND}
PATCHES=( PATCHES=(
"${FILESDIR}/${PN}-1.06-no-dot-inc.patch" "${FILESDIR}/${PN}-1.06-no-dot-inc.patch"
) )
PERL_RM_FILES=( PERL_RM_FILES=(
t/97_meta.t t/97_meta.t
t/98_pod.t t/98_pod.t