From 9f7e2b7a1d37591d23abd1d2985dd8c17027c957 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 9 Feb 2018 10:52:43 +0100 Subject: dev-ml/llvm-ocaml: Fix slotting in 6.0.9999 --- dev-ml/llvm-ocaml/llvm-ocaml-6.0.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 456fff53311a..649569541d6a 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 } -- cgit v1.2.3