From: Craig Andrews Date: Sat, 18 Apr 2020 18:37:59 +0000 (-0400) Subject: sys-devel/clang: Python 3.8 compatibility X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8265d1f942032650056cfa659807df97d59c8c8c;p=gentoo.git sys-devel/clang: Python 3.8 compatibility Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Craig Andrews --- diff --git a/sys-devel/clang/clang-9.0.1.ebuild b/sys-devel/clang/clang-9.0.1.ebuild index 9409933dac8b..88598782d3fa 100644 --- a/sys-devel/clang/clang-9.0.1.ebuild +++ b/sys-devel/clang/clang-9.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python{2_7,3_{6,7,8}} ) inherit cmake-utils llvm llvm.org multilib-minimal multiprocessing \ pax-utils python-single-r1 toolchain-funcs