mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
dev-perl/DateTime-HiRes: EAPI bump
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
334c5d6ee9
commit
10533e5e71
@ -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
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=8
|
||||||
|
|
||||||
DIST_AUTHOR=DROLSKY
|
DIST_AUTHOR=DROLSKY
|
||||||
DIST_VERSION=0.04
|
DIST_VERSION=0.04
|
||||||
@ -10,17 +10,12 @@ inherit perl-module
|
|||||||
DESCRIPTION="Create DateTime objects with sub-second current time resolution"
|
DESCRIPTION="Create DateTime objects with sub-second current time resolution"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~alpha amd64 ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
|
KEYWORDS="~alpha amd64 ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
|
||||||
IUSE="test"
|
|
||||||
RESTRICT="!test? ( test )"
|
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
dev-perl/DateTime
|
dev-perl/DateTime
|
||||||
virtual/perl-Time-HiRes
|
|
||||||
"
|
"
|
||||||
BDEPEND="${RDEPEND}
|
BDEPEND="${RDEPEND}
|
||||||
virtual/perl-ExtUtils-MakeMaker
|
|
||||||
test? (
|
test? (
|
||||||
virtual/perl-File-Spec
|
|
||||||
>=virtual/perl-Test-Simple-0.960.0
|
>=virtual/perl-Test-Simple-0.960.0
|
||||||
)
|
)
|
||||||
"
|
"
|
||||||
Loading…
x
Reference in New Issue
Block a user