summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-10-07 18:36:29 +0200
committerMichał Górny <mgorny@gentoo.org>2022-10-07 18:41:25 +0200
commit91d6be1c9c74cdcb8da1a05f57b1f4ed1ef79d72 (patch)
treefc58e5bdf76cfbd4cb34e2a607c8eb3a06f913e9 /dev-ml/llvm-ocaml
parentsys-libs/compiler-rt-sanitizers: Use the new version vars (diff)
downloadgentoo-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/llvm-ocaml')
-rw-r--r--dev-ml/llvm-ocaml/llvm-ocaml-15.0.2.9999.ebuild2
-rw-r--r--dev-ml/llvm-ocaml/llvm-ocaml-16.0.0.9999.ebuild2
-rw-r--r--dev-ml/llvm-ocaml/llvm-ocaml-16.0.0_pre20221006.ebuild2
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
}