dev-perl/Data-Uniqid: EAPI bump, cleanup

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2025-11-08 23:42:07 +01:00
parent 7721806e2f
commit de8801da04
No known key found for this signature in database
GPG Key ID: DC2B16215ED5412A

View File

@ -1,7 +1,7 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
DIST_AUTHOR=MWX
DIST_VERSION=0.12
@ -11,11 +11,3 @@ DESCRIPTION="Perl extension for simple generating of unique ids"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
RDEPEND="
virtual/perl-Math-BigInt
virtual/perl-Time-HiRes
"
BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
"