commit:     876531a769e09ec12e338a27c9eb4f6f4ab18e87
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 14 09:51:44 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Sep 14 11:21:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=876531a7

app-arch/brotli: Remove pypy3 from 1.1.0, it is crashing

Bug: https://github.com/google/brotli/issues/1072
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-arch/brotli/brotli-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/brotli/brotli-1.1.0.ebuild 
b/app-arch/brotli/brotli-1.1.0.ebuild
index 53768510bba9..364415cf690f 100644
--- a/app-arch/brotli/brotli-1.1.0.ebuild
+++ b/app-arch/brotli/brotli-1.1.0.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 DISTUTILS_EXT=1
 DISTUTILS_OPTIONAL="1"
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit cmake-multilib distutils-r1 flag-o-matic
 

Reply via email to