Skip to content

Commit

Permalink
sys-libs/compiler-rt-sanitizers: Port to py3.9
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Jun 20, 2020
1 parent f6ae235 commit 9a6611e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

PYTHON_COMPAT=( python3_{6,7,8} )
PYTHON_COMPAT=( python3_{6..9} )
inherit check-reqs cmake flag-o-matic llvm llvm.org multiprocessing \
python-any-r1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

PYTHON_COMPAT=( python3_{6,7,8} )
PYTHON_COMPAT=( python3_{6..9} )
inherit check-reqs cmake flag-o-matic llvm llvm.org multiprocessing \
python-any-r1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

PYTHON_COMPAT=( python3_{6,7,8} )
PYTHON_COMPAT=( python3_{6..9} )
inherit check-reqs cmake flag-o-matic llvm llvm.org multiprocessing \
python-any-r1

Expand Down

0 comments on commit 9a6611e

Please sign in to comment.