diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-04-19 22:59:07 +1100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-05-07 09:55:10 +0200 |
commit | 85e6571079557aa9d8ee6971ef3e09028f3137ed (patch) | |
tree | 5120890117c4c543a1aa585eb4f6ac61e01ebaf8 /profiles/desc | |
parent | app-emulation/wine-staging: filter -Wl,--gc-sections (diff) | |
download | gentoo-85e6571079557aa9d8ee6971ef3e09028f3137ed.tar.gz gentoo-85e6571079557aa9d8ee6971ef3e09028f3137ed.tar.bz2 gentoo-85e6571079557aa9d8ee6971ef3e09028f3137ed.zip |
dev-lang/perl: Migrate to PERL_FEATURES
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'profiles/desc')
-rw-r--r-- | profiles/desc/perl_features.desc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/profiles/desc/perl_features.desc b/profiles/desc/perl_features.desc new file mode 100644 index 000000000000..22d84ca5b407 --- /dev/null +++ b/profiles/desc/perl_features.desc @@ -0,0 +1,9 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# This file contains descriptions of PERL_FEATURES USE_EXPAND flags. + +# Keep it sorted. +debug - PERL_FEATURES setting enabling internal debug support in Perl +ithreads - PERL_FEATURES setting enabling interpreter level threads, has some compatibility problems +quadmath - PERL_FEATURES setting enabling 128bit floating point arithmetic via libquadmath |