Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/
Date: Thu, 01 Mar 2018 06:55:30
Message-Id: 1519887087.5c9a874b9bd97514bf3d44cdbbddcf73178054d7.mattst88@gentoo
1 commit: 5c9a874b9bd97514bf3d44cdbbddcf73178054d7
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 1 06:51:27 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 1 06:51:27 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c9a874b
7
8 media-libs/mesa: Limit acceptable LLVM version to <llvm-7 for mesa-18
9
10 Closes: https://bugs.gentoo.org/648768
11
12 media-libs/mesa/mesa-18.0.0_rc4.ebuild | 1 -
13 1 file changed, 1 deletion(-)
14
15 diff --git a/media-libs/mesa/mesa-18.0.0_rc4.ebuild b/media-libs/mesa/mesa-18.0.0_rc4.ebuild
16 index eb358442541..4fb4344b03a 100644
17 --- a/media-libs/mesa/mesa-18.0.0_rc4.ebuild
18 +++ b/media-libs/mesa/mesa-18.0.0_rc4.ebuild
19 @@ -151,7 +151,6 @@ RDEPEND="${RDEPEND}
20 # 3. Specify LLVM_MAX_SLOT, e.g. 6.
21 LLVM_DEPSTR="
22 || (
23 - sys-devel/llvm:7[${MULTILIB_USEDEP}]
24 sys-devel/llvm:6[${MULTILIB_USEDEP}]
25 sys-devel/llvm:5[${MULTILIB_USEDEP}]
26 sys-devel/llvm:4[${MULTILIB_USEDEP}]