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: Thu, 28 Sep 2017 13:19:16
Message-Id: 1506604509.36218e79c3ea8c66574905cc24dc3deb2175e795.mgorny@gentoo
1 commit: 36218e79c3ea8c66574905cc24dc3deb2175e795
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 17 09:00:07 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 28 13:15:09 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36218e79
7
8 media-libs/mesa: Move clang dep for [opencl] to RDEP
9
10 The relevant libraries clearly link to libclang*.
11
12 media-libs/mesa/mesa-9999.ebuild | 8 +++++---
13 1 file changed, 5 insertions(+), 3 deletions(-)
14
15 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
16 index 947195bb11a..4aef2f2d5a8 100644
17 --- a/media-libs/mesa/mesa-9999.ebuild
18 +++ b/media-libs/mesa/mesa-9999.ebuild
19 @@ -151,6 +151,10 @@ RDEPEND="${RDEPEND}
20 )
21 >=sys-devel/llvm-3.6.0:=[${MULTILIB_USEDEP}]
22 )
23 + opencl? (
24 + >=sys-devel/llvm-3.6.0:=[${MULTILIB_USEDEP}]
25 + >=sys-devel/clang-3.6.0:=[${MULTILIB_USEDEP}]
26 + )
27 "
28
29 # FIXME: kill the sys-devel/llvm[video_cards_radeon] compat once
30 @@ -158,9 +162,7 @@ RDEPEND="${RDEPEND}
31 DEPEND="${RDEPEND}
32 ${PYTHON_DEPS}
33 opencl? (
34 - >=sys-devel/llvm-3.6.0:=[${MULTILIB_USEDEP}]
35 - >=sys-devel/clang-3.6.0:=[${MULTILIB_USEDEP}]
36 - >=sys-devel/gcc-4.6
37 + >=sys-devel/gcc-4.6
38 )
39 sys-devel/gettext
40 virtual/pkgconfig