mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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:
@@ -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 )"
|
||||
;;&
|
||||
|
||||
Reference in New Issue
Block a user