summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-06-20 14:18:09 +0200
committerMichał Górny <mgorny@gentoo.org>2020-06-20 18:32:30 +0200
commit00060b2c2e2ee0b903adb6ecb3dd4ac7c9695e40 (patch)
treeb949a3080cec2a1c7f3c2ea044ebc52f3d06cb12 /dev-ml
parentdev-ml/llvm-ocaml: Port to cmake.eclass (diff)
downloadgentoo-00060b2c2e2ee0b903adb6ecb3dd4ac7c9695e40.tar.gz
gentoo-00060b2c2e2ee0b903adb6ecb3dd4ac7c9695e40.tar.bz2
gentoo-00060b2c2e2ee0b903adb6ecb3dd4ac7c9695e40.zip
dev-ml/llvm-ocaml: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/llvm-ocaml/llvm-ocaml-10.0.1_rc1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-10.0.1_rc1.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-10.0.1_rc1.ebuild
index 3b21ac7a774c..ff77167a7661 100644
--- a/dev-ml/llvm-ocaml/llvm-ocaml-10.0.1_rc1.ebuild
+++ b/dev-ml/llvm-ocaml/llvm-ocaml-10.0.1_rc1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
inherit cmake llvm llvm.org multiprocessing python-any-r1
DESCRIPTION="OCaml bindings for LLVM"