From: Michał Górny Date: Fri, 14 Feb 2020 05:48:03 +0000 (+0100) Subject: sys-devel/lld: Enable py3.8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b6b7b15b9c872779b2bd29ef0c53b7505200c5e6;p=gentoo.git sys-devel/lld: Enable py3.8 Signed-off-by: Michał Górny --- diff --git a/sys-devel/lld/lld-10.0.0.9999.ebuild b/sys-devel/lld/lld-10.0.0.9999.ebuild index 664086deab85..f15808abce81 100644 --- a/sys-devel/lld/lld-10.0.0.9999.ebuild +++ b/sys-devel/lld/lld-10.0.0.9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit cmake-utils llvm llvm.org multiprocessing python-any-r1 DESCRIPTION="The LLVM linker (link editor)" diff --git a/sys-devel/lld/lld-10.0.0_rc2.ebuild b/sys-devel/lld/lld-10.0.0_rc2.ebuild index 664086deab85..f15808abce81 100644 --- a/sys-devel/lld/lld-10.0.0_rc2.ebuild +++ b/sys-devel/lld/lld-10.0.0_rc2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit cmake-utils llvm llvm.org multiprocessing python-any-r1 DESCRIPTION="The LLVM linker (link editor)" diff --git a/sys-devel/lld/lld-11.0.0.9999.ebuild b/sys-devel/lld/lld-11.0.0.9999.ebuild index 664086deab85..f15808abce81 100644 --- a/sys-devel/lld/lld-11.0.0.9999.ebuild +++ b/sys-devel/lld/lld-11.0.0.9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit cmake-utils llvm llvm.org multiprocessing python-any-r1 DESCRIPTION="The LLVM linker (link editor)"