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: Sat, 27 Oct 2018 19:36:14
Message-Id: 1540668947.60b2ce2f2263283cefbdec34b620aca439212315.mattst88@gentoo
1 commit: 60b2ce2f2263283cefbdec34b620aca439212315
2 Author: Jan Vesely <jano.vesely <AT> gmail <DOT> com>
3 AuthorDate: Wed Oct 24 02:04:07 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 27 19:35:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60b2ce2f
7
8 media-libs/mesa: Add MULTILIB_USEDEP to ocl-icd
9
10 Closes: https://github.com/gentoo/gentoo/pull/10209
11 Signed-off-by: Jan Vesely <jano.vesely <AT> gmail.com>
12 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
13
14 media-libs/mesa/mesa-18.2.3.ebuild | 2 +-
15 media-libs/mesa/mesa-9999.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/media-libs/mesa/mesa-18.2.3.ebuild b/media-libs/mesa/mesa-18.2.3.ebuild
19 index 7728fa3de19..2b4e1542fc5 100644
20 --- a/media-libs/mesa/mesa-18.2.3.ebuild
21 +++ b/media-libs/mesa/mesa-18.2.3.ebuild
22 @@ -95,7 +95,7 @@ RDEPEND="
23 )
24 lm_sensors? ( sys-apps/lm_sensors:=[${MULTILIB_USEDEP}] )
25 opencl? (
26 - dev-libs/ocl-icd[khronos-headers]
27 + dev-libs/ocl-icd[khronos-headers,${MULTILIB_USEDEP}]
28 dev-libs/libclc
29 virtual/libelf:0=[${MULTILIB_USEDEP}]
30 )
31
32 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
33 index c50d8550e51..23f29b41b35 100644
34 --- a/media-libs/mesa/mesa-9999.ebuild
35 +++ b/media-libs/mesa/mesa-9999.ebuild
36 @@ -95,7 +95,7 @@ RDEPEND="
37 )
38 lm_sensors? ( sys-apps/lm_sensors:=[${MULTILIB_USEDEP}] )
39 opencl? (
40 - dev-libs/ocl-icd[khronos-headers]
41 + dev-libs/ocl-icd[khronos-headers,${MULTILIB_USEDEP}]
42 dev-libs/libclc
43 virtual/libelf:0=[${MULTILIB_USEDEP}]
44 )