commit: a7e5315aeb758adb1630da73d1d6876a3f471eb7 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Jan 27 17:55:08 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Jan 27 17:56:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7e5315a
package.mask: Explicitly mask new pypy3 because of compileall hangs Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/package.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 34e86aa6c68c..80b750f21981 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,11 @@ #--- END OF EXAMPLES --- +# Michał Górny <[email protected]> (2022-01-27) +# compileall often hangs on random packages in this version. Masking +# until we resolve that. +=dev-python/pypy3-7.3.8_rc1 + # Volkmar W. Pogatzki <[email protected]> (2022-01-23) # Java-libraries with no consumers and depending on virtual/{jdk,jre}-1.6 # Removal in 30 days.
