commit: 700ec51f24f099d68a15477f2a78591df051a848 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Mon Nov 25 14:21:27 2024 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Mon Nov 25 14:27:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=700ec51f
profiles: mask =dev-python/cysignals-1.12.0 ...until we can figure out why its consumers are failing to build. Bug: https://bugs.gentoo.org/944380 Bug: https://bugs.gentoo.org/944404 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> profiles/package.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 62cfdab33e24..734cf283efe9 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,11 @@ #--- END OF EXAMPLES --- +# Michael Orlitzky <[email protected]> (2024-11-25) +# Several consumers are failing to build with this version, bugs 944380, +# 944404, and others. Masking until we can figure out what's wrong. +=dev-python/cysignals-1.12.0 + # Michał Górny <[email protected]> (2024-11-23) # Implementation detail of dev-python/pyproject-fmt. New versions # integrate the Rust code into the main package.
