diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-10-07 18:36:29 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-10-07 18:41:25 +0200 |
commit | 91d6be1c9c74cdcb8da1a05f57b1f4ed1ef79d72 (patch) | |
tree | fc58e5bdf76cfbd4cb34e2a607c8eb3a06f913e9 /dev-ml | |
parent | sys-libs/compiler-rt-sanitizers: Use the new version vars (diff) | |
download | gentoo-91d6be1c9c74cdcb8da1a05f57b1f4ed1ef79d72.tar.gz gentoo-91d6be1c9c74cdcb8da1a05f57b1f4ed1ef79d72.tar.bz2 gentoo-91d6be1c9c74cdcb8da1a05f57b1f4ed1ef79d72.zip |
dev-ml/llvm-ocaml: Use the new version vars
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/llvm-ocaml/llvm-ocaml-15.0.2.9999.ebuild | 2 | ||||
-rw-r--r-- | dev-ml/llvm-ocaml/llvm-ocaml-16.0.0.9999.ebuild | 2 | ||||
-rw-r--r-- | dev-ml/llvm-ocaml/llvm-ocaml-16.0.0_pre20221006.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-15.0.2.9999.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-15.0.2.9999.ebuild index 3f682163a64b..aa9cc673f048 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-15.0.2.9999.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-15.0.2.9999.ebuild @@ -37,7 +37,7 @@ LLVM_USE_TARGETS=llvm llvm.org_set_globals pkg_setup() { - LLVM_MAX_SLOT=${PV%%.*} llvm_pkg_setup + LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup python-any-r1_pkg_setup } diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-16.0.0.9999.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-16.0.0.9999.ebuild index 3f682163a64b..aa9cc673f048 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-16.0.0.9999.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-16.0.0.9999.ebuild @@ -37,7 +37,7 @@ LLVM_USE_TARGETS=llvm llvm.org_set_globals pkg_setup() { - LLVM_MAX_SLOT=${PV%%.*} llvm_pkg_setup + LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup python-any-r1_pkg_setup } diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-16.0.0_pre20221006.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-16.0.0_pre20221006.ebuild index 3f682163a64b..aa9cc673f048 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-16.0.0_pre20221006.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-16.0.0_pre20221006.ebuild @@ -37,7 +37,7 @@ LLVM_USE_TARGETS=llvm llvm.org_set_globals pkg_setup() { - LLVM_MAX_SLOT=${PV%%.*} llvm_pkg_setup + LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup python-any-r1_pkg_setup } |