diff options
author | 2024-06-19 05:15:28 +0200 | |
---|---|---|
committer | 2024-06-19 05:16:08 +0200 | |
commit | a7f997b3232b4bb1869dd2d3d97c5bfc89cf47de (patch) | |
tree | 0d65898c55f3a25441ae4c64c32eb83b083e0ad0 /eclass/perl-module.eclass | |
parent | app-containers/cni-plugins: drop 0.9.1, 1.1.1, 1.1.1-r1 (diff) | |
download | gentoo-a7f997b3232b4bb1869dd2d3d97c5bfc89cf47de.tar.gz gentoo-a7f997b3232b4bb1869dd2d3d97c5bfc89cf47de.tar.bz2 gentoo-a7f997b3232b4bb1869dd2d3d97c5bfc89cf47de.zip |
perl-module.eclass: drop support for perl versions without PERL_FEATURES
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
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 |