diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-02-09 10:52:43 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-02-09 16:59:58 +0100 |
commit | 9f7e2b7a1d37591d23abd1d2985dd8c17027c957 (patch) | |
tree | 25475d144c7fe0f492bc36180568d56f49e21de7 /dev-ml/llvm-ocaml | |
parent | sys-devel/llvm: Bump to 6.0.0rc2 (diff) | |
download | gentoo-9f7e2b7a1d37591d23abd1d2985dd8c17027c957.tar.gz gentoo-9f7e2b7a1d37591d23abd1d2985dd8c17027c957.tar.bz2 gentoo-9f7e2b7a1d37591d23abd1d2985dd8c17027c957.zip |
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.ebuild | 2 |
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 } |