dev-perl/HTML-Mason: EAPI bump

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2025-06-29 20:39:05 +02:00
parent e9d4f06255
commit 0f603fdff2
No known key found for this signature in database
GPG Key ID: DC2B16215ED5412A

View File

@ -1,7 +1,7 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
DIST_AUTHOR=DROLSKY
DIST_VERSION=1.60
@ -12,8 +12,7 @@ HOMEPAGE="http://www.masonhq.com/ https://metacpan.org/release/HTML-Mason"
SLOT="0"
KEYWORDS="amd64 ppc ~riscv x86"
IUSE="modperl test"
RESTRICT="!test? ( test )"
IUSE="modperl"
RDEPEND="
!modperl? ( >=dev-perl/CGI-2.460.0 )
@ -24,15 +23,12 @@ RDEPEND="
>=dev-perl/Cache-Cache-1
>=dev-perl/Class-Container-0.70.0
>=dev-perl/Exception-Class-1.150.0
virtual/perl-File-Spec
dev-perl/HTML-Parser
>=dev-perl/Log-Any-0.80.0
>=dev-perl/Params-Validate-0.70.0
virtual/perl-Scalar-List-Utils
"
DEPEND="${RDEPEND}"
BDEPEND="
virtual/perl-ExtUtils-MakeMaker
test? (
>=virtual/perl-Test-Simple-0.880.0
dev-perl/Test-Output