commit: 0f6f8b61641a0035680ab5858e5d47cd2b3c53b2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Wed May 1 09:36:29 2024 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Tue May 7 07:55:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f6f8b61
profiles: use.mask perl_features_debug Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> profiles/base/use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/base/use.mask b/profiles/base/use.mask index f27ab3bcd0b8..392c76f40109 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -4,6 +4,11 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Andreas K. Hüttel <[email protected]> (2024-05-01) +# PERL_FEATURES=debug is not a setting that should be used lightly. +# If you really need it, then unmask it... +perl_features_debug + # Andreas Sturmlechner <[email protected]> (2024-04-06) # Telepathy is dead and packages masked for removal. telepathy
