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: Wed, 29 Nov 2017 22:15:13
Message-Id: 1511993702.4d8676a0db4ff1d1d79f974f672603283ed2b93b.mgorny@gentoo
1 commit: 4d8676a0db4ff1d1d79f974f672603283ed2b93b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 29 21:12:04 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 29 22:15:02 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d8676a0
7
8 media-libs/mesa: Restrict 17.3.0_rc* to LLVM 5
9
10 The 17.3.0_rc* no longer works with the current state of
11 sys-devel/llvm-9999 (aka LLVM 6). Furthermore, it really makes little
12 sense to constantly track whether mesa works with a moving target of
13 LLVM svn, so let's just stick with released LLVM slots (or at least RCs)
14 in mesa release ebuilds, and allow 9999 in mesa-9999.
15
16 media-libs/mesa/mesa-17.3.0_rc5.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/media-libs/mesa/mesa-17.3.0_rc5.ebuild b/media-libs/mesa/mesa-17.3.0_rc5.ebuild
20 index 03a35c8a2c1..fa362116f53 100644
21 --- a/media-libs/mesa/mesa-17.3.0_rc5.ebuild
22 +++ b/media-libs/mesa/mesa-17.3.0_rc5.ebuild
23 @@ -146,9 +146,9 @@ RDEPEND="${RDEPEND}
24 # 1. List all the working slots (with min versions) in ||, newest first.
25 # 2. Update the := to specify *max* version, e.g. < 7.
26 # 3. Specify LLVM_MAX_SLOT, e.g. 6.
27 +LLVM_MAX_SLOT="5"
28 LLVM_DEPSTR="
29 || (
30 - sys-devel/llvm:6[${MULTILIB_USEDEP}]
31 sys-devel/llvm:5[${MULTILIB_USEDEP}]
32 sys-devel/llvm:4[${MULTILIB_USEDEP}]
33 >=sys-devel/llvm-3.9.0:0[${MULTILIB_USEDEP}]