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, 30 Sep 2017 18:04:53
Message-Id: 1506794682.57323d5679ea0e76524aec94d2ce39f57818a5a2.mgorny@gentoo
1 commit: 57323d5679ea0e76524aec94d2ce39f57818a5a2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 30 16:32:32 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 30 18:04:42 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57323d56
7
8 media-libs/mesa: 1.7.2.1 requires LLVM <= 5
9
10 media-libs/mesa/mesa-17.2.1.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/media-libs/mesa/mesa-17.2.1.ebuild b/media-libs/mesa/mesa-17.2.1.ebuild
14 index 2b6f32728db..5183b093938 100644
15 --- a/media-libs/mesa/mesa-17.2.1.ebuild
16 +++ b/media-libs/mesa/mesa-17.2.1.ebuild
17 @@ -145,9 +145,9 @@ RDEPEND="${RDEPEND}
18 # 1. List all the working slots (with min versions) in ||, newest first.
19 # 2. Update the := to specify *max* version, e.g. < 7.
20 # 3. Specify LLVM_MAX_SLOT, e.g. 6.
21 +LLVM_MAX_SLOT="5"
22 LLVM_DEPSTR="
23 || (
24 - sys-devel/llvm:6[${MULTILIB_USEDEP}]
25 sys-devel/llvm:5[${MULTILIB_USEDEP}]
26 sys-devel/llvm:4[${MULTILIB_USEDEP}]
27 >=sys-devel/llvm-3.9.0:0[${MULTILIB_USEDEP}]