diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-07-06 16:12:39 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-07-06 17:20:56 +0200 |
commit | 98a932e3c7317dec3aa5bc8738cc43ef8e9cf6b6 (patch) | |
tree | ea7c0df72fdb201b992e4f597e83760098375114 /dev-ml/llvm-ocaml | |
parent | sys-devel/llvm: Enable py3.10 (diff) | |
download | gentoo-98a932e3c7317dec3aa5bc8738cc43ef8e9cf6b6.tar.gz gentoo-98a932e3c7317dec3aa5bc8738cc43ef8e9cf6b6.tar.bz2 gentoo-98a932e3c7317dec3aa5bc8738cc43ef8e9cf6b6.zip |
dev-ml/llvm-ocaml: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-ml/llvm-ocaml')
-rw-r--r-- | dev-ml/llvm-ocaml/llvm-ocaml-12.0.1.9999.ebuild | 2 | ||||
-rw-r--r-- | dev-ml/llvm-ocaml/llvm-ocaml-12.0.1_rc4.ebuild | 2 | ||||
-rw-r--r-- | dev-ml/llvm-ocaml/llvm-ocaml-13.0.0.9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-12.0.1.9999.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-12.0.1.9999.ebuild index 3fc4ee845be9..f1bf9cd09e2e 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-12.0.1.9999.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-12.0.1.9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit cmake llvm llvm.org python-any-r1 DESCRIPTION="OCaml bindings for LLVM" diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-12.0.1_rc4.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-12.0.1_rc4.ebuild index 3fc4ee845be9..f1bf9cd09e2e 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-12.0.1_rc4.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-12.0.1_rc4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit cmake llvm llvm.org python-any-r1 DESCRIPTION="OCaml bindings for LLVM" diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-13.0.0.9999.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-13.0.0.9999.ebuild index 279c620cde8a..d082ba50ed27 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-13.0.0.9999.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-13.0.0.9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit cmake llvm llvm.org python-any-r1 DESCRIPTION="OCaml bindings for LLVM" |