commit: 46671e8c6b8f390812a0d075cd1ef6789db176e2 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Mar 7 01:34:43 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Mar 7 01:34:43 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46671e8c
profiles: mask =dev-util/pkgconf-2.4.1 May cause emerge to hang (bug #950707). Tests hang on one machine and another strange report upstream: https://github.com/pkgconf/pkgconf/issues/383. Mask out of caution for now. Bug: https://bugs.gentoo.org/950707 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/package.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 38e78ffdfc8d..b57f14deece4 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,12 @@ #--- END OF EXAMPLES --- +# Sam James <[email protected]> (2025-03-07) +# May cause emerge to hang (bug #950707). Tests hang on one machine +# and another strange report upstream: https://github.com/pkgconf/pkgconf/issues/383. +# Mask out of caution for now. +=dev-util/pkgconf-2.4.1 + # Andreas Sturmlechner <[email protected]> (2025-03-06) # Last release in 2018 and no upstream activity ever since. # Please migrate to an alternative backup solution. Bug #947894
