summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-14 06:48:03 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-14 08:51:00 +0100
commitb6b7b15b9c872779b2bd29ef0c53b7505200c5e6 (patch)
tree7775bd6f4597a128a1d7f2cf010ad885d1168e58 /sys-devel/lld/lld-11.0.0.9999.ebuild
parentdev-ml/llvm-ocaml: Enable py3.8 (diff)
downloadgentoo-b6b7b15b9c872779b2bd29ef0c53b7505200c5e6.tar.gz
gentoo-b6b7b15b9c872779b2bd29ef0c53b7505200c5e6.tar.bz2
gentoo-b6b7b15b9c872779b2bd29ef0c53b7505200c5e6.zip
sys-devel/lld: Enable py3.8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/lld/lld-11.0.0.9999.ebuild')
-rw-r--r--sys-devel/lld/lld-11.0.0.9999.ebuild2
1 files changed, 1 insertions, 1 deletions
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)"