mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-perl/MLDBM-Sync: fix MissingVersionedVirtualPerlDependency
(Test only dep.) Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user