commit: e829cbbd982d64c56e71c556b13fb25a439afaaf
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 25 18:30:53 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 25 19:05:17 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e829cbbd
dev-perl/MLDBM-Sync: fix MissingVersionedVirtualPerlDependency
(Test only dep.)
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/MLDBM-Sync/MLDBM-Sync-0.300.0-r2.ebuild | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/dev-perl/MLDBM-Sync/MLDBM-Sync-0.300.0-r2.ebuild
b/dev-perl/MLDBM-Sync/MLDBM-Sync-0.300.0-r2.ebuild
index 2ef4d85f5530..303abc8b4ba3 100644
--- a/dev-perl/MLDBM-Sync/MLDBM-Sync-0.300.0-r2.ebuild
+++ b/dev-perl/MLDBM-Sync/MLDBM-Sync-0.300.0-r2.ebuild
@@ -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}"