Skip to content

Commit

Permalink
sys-libs/libcxx: Revert "Enable py3.8"
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Feb 14, 2020
1 parent ad8f1db commit e0b7773
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sys-libs/libcxx/libcxx-10.0.0.9999.ebuild
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,7} )
inherit cmake-multilib llvm llvm.org multiprocessing python-any-r1 \
toolchain-funcs

Expand Down
2 changes: 1 addition & 1 deletion sys-libs/libcxx/libcxx-10.0.0_rc2.ebuild
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,7} )
inherit cmake-multilib llvm llvm.org multiprocessing python-any-r1 \
toolchain-funcs

Expand Down
2 changes: 1 addition & 1 deletion sys-libs/libcxx/libcxx-11.0.0.9999.ebuild
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,7} )
inherit cmake-multilib llvm llvm.org multiprocessing python-any-r1 \
toolchain-funcs

Expand Down

0 comments on commit e0b7773

Please sign in to comment.