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: media-libs/mesa/
Date: Sat, 02 Dec 2017 09:36:57
Message-Id: 1512207405.c498a650ba9e0dfc37e5a964ce3fa0626abff7b5.mgorny@gentoo
1 commit: c498a650ba9e0dfc37e5a964ce3fa0626abff7b5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 2 09:24:29 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 2 09:36:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c498a650
7
8 media-libs/mesa: Fix slot-binding LLVM dependency to match <6
9
10 media-libs/mesa/mesa-17.2.6.ebuild | 2 +-
11 media-libs/mesa/mesa-17.3.0_rc5.ebuild | 2 +-
12 2 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/media-libs/mesa/mesa-17.2.6.ebuild b/media-libs/mesa/mesa-17.2.6.ebuild
15 index 12be4d77969..c73b6d0c97b 100644
16 --- a/media-libs/mesa/mesa-17.2.6.ebuild
17 +++ b/media-libs/mesa/mesa-17.2.6.ebuild
18 @@ -153,7 +153,7 @@ LLVM_DEPSTR="
19 sys-devel/llvm:4[${MULTILIB_USEDEP}]
20 >=sys-devel/llvm-3.9.0:0[${MULTILIB_USEDEP}]
21 )
22 - sys-devel/llvm:=[${MULTILIB_USEDEP}]
23 + <sys-devel/llvm-6:=[${MULTILIB_USEDEP}]
24 "
25 LLVM_DEPSTR_AMDGPU=${LLVM_DEPSTR//]/,llvm_targets_AMDGPU(-)]}
26 CLANG_DEPSTR=${LLVM_DEPSTR//llvm/clang}
27
28 diff --git a/media-libs/mesa/mesa-17.3.0_rc5.ebuild b/media-libs/mesa/mesa-17.3.0_rc5.ebuild
29 index 34d01959bac..14e934a1321 100644
30 --- a/media-libs/mesa/mesa-17.3.0_rc5.ebuild
31 +++ b/media-libs/mesa/mesa-17.3.0_rc5.ebuild
32 @@ -153,7 +153,7 @@ LLVM_DEPSTR="
33 sys-devel/llvm:4[${MULTILIB_USEDEP}]
34 >=sys-devel/llvm-3.9.0:0[${MULTILIB_USEDEP}]
35 )
36 - sys-devel/llvm:=[${MULTILIB_USEDEP}]
37 + <sys-devel/llvm-6:=[${MULTILIB_USEDEP}]
38 "
39 LLVM_DEPSTR_AMDGPU=${LLVM_DEPSTR//]/,llvm_targets_AMDGPU(-)]}
40 CLANG_DEPSTR=${LLVM_DEPSTR//llvm/clang}