Skip to content

Commit

Permalink
app-arch/brotli: add pypy3 support
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Zamarin <[email protected]>
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
arthurzam authored and mgorny committed Aug 2, 2021
1 parent a7eb81a commit ff81ce1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app-arch/brotli/brotli-1.0.9-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

PYTHON_COMPAT=( python3_{7,8,9} )
PYTHON_COMPAT=( python3_{8..10} pypy3 )
DISTUTILS_OPTIONAL="1"
DISTUTILS_IN_SOURCE_BUILD="1"

Expand Down
2 changes: 1 addition & 1 deletion app-arch/brotli/brotli-1.0.9-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..10} pypy3 )
DISTUTILS_OPTIONAL="1"
DISTUTILS_IN_SOURCE_BUILD="1"

Expand Down
2 changes: 1 addition & 1 deletion app-arch/brotli/brotli-1.0.9-r3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..10} pypy3 )
DISTUTILS_OPTIONAL="1"
DISTUTILS_IN_SOURCE_BUILD="1"
CMAKE_ECLASS=cmake
Expand Down

0 comments on commit ff81ce1

Please sign in to comment.