dev-perl/Unicode-Stringprep: cleanup

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2025-07-06 01:22:49 +02:00
parent fc34a234e6
commit b18491075b
No known key found for this signature in database
GPG Key ID: DC2B16215ED5412A

View File

@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -13,13 +13,9 @@ DESCRIPTION="Preparation of Internationalized Strings (RFC 3454)"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
>=virtual/perl-Unicode-Normalize-1
"
BDEPEND="${RDEPEND}
BDEPEND="
>=dev-perl/Module-Build-0.420.0
test? (
virtual/perl-Test-Simple
dev-perl/Test-NoWarnings
)
"