summaryrefslogtreecommitdiff
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
parentsys-devel/llvm: Bump to 6.0.0rc2 (diff)
downloadgentoo-9f7e2b7a1d37591d23abd1d2985dd8c17027c957.tar.gz
gentoo-9f7e2b7a1d37591d23abd1d2985dd8c17027c957.tar.bz2
gentoo-9f7e2b7a1d37591d23abd1d2985dd8c17027c957.zip
dev-ml/llvm-ocaml: Fix slotting in 6.0.9999
-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 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
}