Gentoo Archives: gentoo-commits

From: "Chí-Thanh Christopher Nguyễn" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/
Date: Mon, 26 Oct 2015 18:17:49
Message-Id: 1445883459.3d1ce4f09a2fb35787d589769323df65e9213b48.chithanh@gentoo
1 commit: 3d1ce4f09a2fb35787d589769323df65e9213b48
2 Author: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 26 18:17:39 2015 +0000
4 Commit: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 26 18:17:39 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d1ce4f0
7
8 media-libs/mesa: depend on compatible llvm versions
9
10 Bug: https://bugs.gentoo.org/show_bug.cgi?id=559538
11
12 Package-Manager: portage-2.2.20.1
13
14 media-libs/mesa/mesa-10.5.8.ebuild | 1 +
15 media-libs/mesa/mesa-10.6.9.ebuild | 1 +
16 2 files changed, 2 insertions(+)
17
18 diff --git a/media-libs/mesa/mesa-10.5.8.ebuild b/media-libs/mesa/mesa-10.5.8.ebuild
19 index b41243a..c3a98e4 100644
20 --- a/media-libs/mesa/mesa-10.5.8.ebuild
21 +++ b/media-libs/mesa/mesa-10.5.8.ebuild
22 @@ -106,6 +106,7 @@ RDEPEND="
23 ) )
24 )
25 >=sys-devel/llvm-3.4.2:=[${MULTILIB_USEDEP}]
26 + <sys-devel/llvm-3.7
27 )
28 opencl? (
29 app-eselect/eselect-opencl
30
31 diff --git a/media-libs/mesa/mesa-10.6.9.ebuild b/media-libs/mesa/mesa-10.6.9.ebuild
32 index 0baae14..36d280b 100644
33 --- a/media-libs/mesa/mesa-10.6.9.ebuild
34 +++ b/media-libs/mesa/mesa-10.6.9.ebuild
35 @@ -106,6 +106,7 @@ RDEPEND="
36 ) )
37 )
38 >=sys-devel/llvm-3.4.2:=[${MULTILIB_USEDEP}]
39 + <sys-devel/llvm-3.7
40 )
41 opencl? (
42 app-eselect/eselect-opencl