Skip to content

Commit

Permalink
app-arch/brotli: Remove pypy3 from 1.1.0, it is crashing
Browse files Browse the repository at this point in the history
Bug: google/brotli#1072
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Sep 14, 2023
1 parent 787bbe0 commit 876531a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-arch/brotli/brotli-1.1.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 876531a

Please sign in to comment.