dev-python/clang-python: Enable py3.8

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-02-14 06:48:52 +01:00
parent 2118595a87
commit 7f3b57b6e4
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{6,7} )
PYTHON_COMPAT=( python3_{6,7,8} )
inherit llvm.org python-r1
DESCRIPTION="Python bindings for sys-devel/clang"

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{6,7} )
PYTHON_COMPAT=( python3_{6,7,8} )
inherit llvm.org python-r1
DESCRIPTION="Python bindings for sys-devel/clang"

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{6,7} )
PYTHON_COMPAT=( python3_{6,7,8} )
inherit llvm.org python-r1
DESCRIPTION="Python bindings for sys-devel/clang"