dev-perl/MLDBM-Sync: fix MissingVersionedVirtualPerlDependency

(Test only dep.)

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-06-25 19:30:53 +01:00
parent 71f1c3b3f1
commit e829cbbd98

View File

@@ -1,10 +1,12 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=CHAMAS
DIST_VERSION=0.30
# parallel testing fails
DIST_TEST=do
inherit perl-module
DESCRIPTION="Safe concurrent access to MLDBM databases"
@@ -16,9 +18,4 @@ RDEPEND="
dev-perl/MLDBM
dev-perl/Tie-Cache
"
BDEPEND="${RDEPEND}
test? ( virtual/perl-Test-Harness )
"
# parallel testing fails
DIST_TEST=do
BDEPEND="${RDEPEND}"