Diff llvm-ocaml-15.0.7 with a llvm-ocaml-16.0.6
/usr/portage/dev-ml/llvm-ocaml/llvm-ocaml-16.0.6.ebuild 2023-10-09 14:52:29.792368358 +0300 | ||
---|---|---|
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 |
PYTHON_COMPAT=( python3_{9..11} ) |
|
6 |
PYTHON_COMPAT=( python3_{10..12} ) |
|
7 | 7 |
inherit cmake llvm llvm.org python-any-r1 |
8 | 8 | |
9 | 9 |
DESCRIPTION="OCaml bindings for LLVM" |
... | ... | |
69 | 69 | |
70 | 70 |
-DPython3_EXECUTABLE="${PYTHON}" |
71 | 71 | |
72 |
# disable go bindings |
|
73 |
-DGO_EXECUTABLE=GO_EXECUTABLE-NOTFOUND |
|
74 | ||
75 | 72 |
# TODO: ocamldoc |
76 | 73 |
) |
77 | 74 |