summaryrefslogtreecommitdiff
path: root/dev-ml/llvm-ocaml
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-02-09 10:52:43 +0100
committerMichał Górny <mgorny@gentoo.org>2018-02-09 16:59:58 +0100
commit9f7e2b7a1d37591d23abd1d2985dd8c17027c957 (patch)
tree25475d144c7fe0f492bc36180568d56f49e21de7 /dev-ml/llvm-ocaml
parent1b7805381006b3738dff76c39ff4b93099de9d05 (diff)
downloadgentoo-9f7e2b7a1d37591d23abd1d2985dd8c17027c957.tar.gz
gentoo-9f7e2b7a1d37591d23abd1d2985dd8c17027c957.tar.xz
dev-ml/llvm-ocaml: Fix slotting in 6.0.9999
Diffstat (limited to 'dev-ml/llvm-ocaml')
-rw-r--r--dev-ml/llvm-ocaml/llvm-ocaml-6.0.9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-6.0.9999.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-6.0.9999.ebuild
index 456fff53311..649569541d6 100644
--- a/dev-ml/llvm-ocaml/llvm-ocaml-6.0.9999.ebuild
+++ b/dev-ml/llvm-ocaml/llvm-ocaml-6.0.9999.ebuild
@@ -49,7 +49,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}
CMAKE_BUILD_TYPE=RelWithDebInfo
pkg_setup() {
- llvm_pkg_setup
+ LLVM_MAX_SLOT=${PV%%.*} llvm_pkg_setup
python-any-r1_pkg_setup
}