Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/llvm-ocaml/
Date: Fri, 09 Feb 2018 16:00:17
Message-Id: 1518191998.9f7e2b7a1d37591d23abd1d2985dd8c17027c957.mgorny@gentoo
1 commit: 9f7e2b7a1d37591d23abd1d2985dd8c17027c957
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 9 09:52:43 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 9 15:59:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f7e2b7a
7
8 dev-ml/llvm-ocaml: Fix slotting in 6.0.9999
9
10 dev-ml/llvm-ocaml/llvm-ocaml-6.0.9999.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-6.0.9999.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-6.0.9999.ebuild
14 index 456fff53311..649569541d6 100644
15 --- a/dev-ml/llvm-ocaml/llvm-ocaml-6.0.9999.ebuild
16 +++ b/dev-ml/llvm-ocaml/llvm-ocaml-6.0.9999.ebuild
17 @@ -49,7 +49,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}
18 CMAKE_BUILD_TYPE=RelWithDebInfo
19
20 pkg_setup() {
21 - llvm_pkg_setup
22 + LLVM_MAX_SLOT=${PV%%.*} llvm_pkg_setup
23 python-any-r1_pkg_setup
24 }