commit: ae3167af75c5957258041562a7056066673798c6 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Jun 22 07:12:24 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jun 22 07:12:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae3167af
profiles: mask =dev-perl/Conf-Libconfig-1.0.0 Makes conf2struct segfault (in Perl!) Bug: https://bugs.gentoo.org/908982 Closes: https://bugs.gentoo.org/908989 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/package.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 9f853d24efce..464ee977e089 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,11 @@ #--- END OF EXAMPLES --- +# Sam James <[email protected]> (2023-06-22) +# Causes segfaults in dependent dev-util/conf2struct. +# See bug #908989 and related bug #908982. +=dev-perl/Conf-Libconfig-1.0.0 + # Fabian Groffen <[email protected]> (2023-06-21) # Ancient OSX integration package, not keyworded for any current arch # Removal on 2023-07-21. Bug #908938.
