dev-perl/Data-Utilities: EAPI bump

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2025-11-08 23:39:44 +01:00
parent 6110e8ac81
commit 8ef2ad6279
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=CORNELIS DIST_AUTHOR=CORNELIS
DIST_VERSION=0.04 DIST_VERSION=0.04
@ -11,14 +11,11 @@ DESCRIPTION="Merge nested Perl data structures"
SLOT="0" SLOT="0"
KEYWORDS="amd64 x86" KEYWORDS="amd64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND=" RDEPEND="
>=dev-perl/Clone-0.220.0 >=dev-perl/Clone-0.220.0
" "
BDEPEND="${RDEPEND} BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? ( test? (
>=virtual/perl-Test-Simple-0.440.0 >=virtual/perl-Test-Simple-0.440.0
) )