From 876531a769e09ec12e338a27c9eb4f6f4ab18e87 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 14 Sep 2023 11:51:44 +0200 Subject: app-arch/brotli: Remove pypy3 from 1.1.0, it is crashing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: https://github.com/google/brotli/issues/1072 Signed-off-by: Michał Górny --- app-arch/brotli/brotli-1.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-arch') 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 -- cgit v1.2.3-65-gdbad