dev-perl/DateTime-HiRes: EAPI bump

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2025-07-27 12:50:39 +02:00
parent 334c5d6ee9
commit 10533e5e71
No known key found for this signature in database
GPG Key ID: DC2B16215ED5412A

View File

@ -1,7 +1,7 @@
# Copyright 1999-2023 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=0.04
@ -10,17 +10,12 @@ inherit perl-module
DESCRIPTION="Create DateTime objects with sub-second current time resolution"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
dev-perl/DateTime
virtual/perl-Time-HiRes
"
BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-File-Spec
>=virtual/perl-Test-Simple-0.960.0
)
"