mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 00:28:09 -07:00
perl-module.eclass: drop support for perl versions without PERL_FEATURES
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user