commit: 8f77956b94905fe72e58efb1625d16a2f3af94c6 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Jun 12 12:54:40 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jun 12 12:54:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f77956b
profiles: mask >=dev-python/pygobject-3.52 Breaks several applications. Bug: https://bugs.gentoo.org/957733 Bug: https://bugs.gentoo.org/957894 Bug: https://bugs.gentoo.org/957940 Bug: https://bugs.gentoo.org/957943 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/package.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 41fb1546a29a..8ba52b7d683c 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -36,6 +36,10 @@ #--- END OF EXAMPLES --- +# Sam James <s...@gentoo.org> (2025-06-12) +# Breaks several applications (bug #957943) +>=dev-python/pygobject-3.52 + # Alexey Sokolov <alexey+gen...@asokolov.org> (2025-06-09) # Dead upstream, fails to compile with gcc 15 and cmake 4. # Removal on 2025-07-12. Bugs #957271, #944255