commit: c04347926858a38201b7ad499765330aa636c5d2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Jan 1 20:13:25 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Jan 1 20:17:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0434792
package.mask: Mask PyPy3.10 7.3.14 because of ABI issues Bug: https://bugs.gentoo.org/921134 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/package.mask | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 2c4b1ac6328f..d6fef5bb3195 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,15 @@ #--- END OF EXAMPLES --- +# Michał Górny <[email protected]> (2024-01-01) +# The version seems to introduce an ABI breakage that causes +# incompatibility with extensions built using the previous version +# https://github.com/pypy/pypy/issues/4816 +=dev-python/pypy3-7.3.14 +=dev-python/pypy3_10-7.3.14-r1 +=dev-python/pypy3_10-exe-7.3.14 +=dev-python/pypy3_10-exe-bin-7.3.14 + # Petr Vaněk <[email protected]> (2024-01-01) # Mirror restricted package, but the source code is no longer available. # Homepage gone. Moreover, there is multiple issues reported with modern
