commit: 55e49f516483a9f05eb83f7bfba3f231e3c894f5 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon May 1 08:03:28 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon May 1 08:03:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55e49f51
profiles: mask =dev-python/gast-0.5.4 This breaks building dev-python/scipy. Bug: https://bugs.gentoo.org/905396 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 6883b0e6735a..66b04b7bba79 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,10 @@ #--- END OF EXAMPLES --- +# Sam James <[email protected]> (2023-05-01) +# Breaks dev-python/scipy build. See bug #905396 and https://github.com/serge-sans-paille/gast/issues/74. +=dev-python/gast-0.5.4 + # Sam James <[email protected]> (2023-05-01) # Masked for testing. Other distros seem to have hit a bunch of new test # failures in various applications, and initially there were ABI issues in .0.
