diff options
Diffstat (limited to 'eclass/perl-module.eclass')
-rw-r--r-- | eclass/perl-module.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass index 432d1ab315dd..27cd053f0ea7 100644 --- a/eclass/perl-module.eclass +++ b/eclass/perl-module.eclass @@ -63,7 +63,7 @@ esac # @CODE PERL_USEDEP="perl_features_debug=,perl_features_ithreads=,perl_features_quadmath=" -GENTOO_PERL_DEPSTRING=" || ( >=dev-lang/perl-5.38.2-r3[${PERL_USEDEP}] <dev-lang/perl-5.38.2-r3 )" +GENTOO_PERL_DEPSTRING=">=dev-lang/perl-5.38.2-r3[${PERL_USEDEP}]" GENTOO_PERL_USESTRING="perl_features_debug perl_features_ithreads perl_features_quadmath" case ${EAPI} in |