perl-module.eclass: Depend on perl-Test-Simple with a version

This is in preparation of a QA check

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel
2023-06-18 22:49:58 +02:00
parent 0d940b13d0
commit 416a41cf52

View File

@@ -80,7 +80,7 @@ case ${EAPI} in
yes|noslotop)
DEPEND="dev-lang/perl"
BDEPEND="dev-lang/perl
test? ( virtual/perl-Test-Simple )"
test? ( >=virtual/perl-Test-Simple-1 )"
IUSE="test"
RESTRICT="!test? ( test )"
;;&