summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Vesely <jano.vesely@gmail.com>2018-10-23 22:04:07 -0400
committerMatt Turner <mattst88@gentoo.org>2018-10-27 12:35:47 -0700
commit60b2ce2f2263283cefbdec34b620aca439212315 (patch)
treebe584dca33aa79fcdc19b38345ea84bd19bcfcf3 /media-libs/mesa
parentsys-devel/gcc: cut 1.11 patchset for 5.4.0 (diff)
downloadgentoo-60b2ce2f2263283cefbdec34b620aca439212315.tar.gz
gentoo-60b2ce2f2263283cefbdec34b620aca439212315.tar.bz2
gentoo-60b2ce2f2263283cefbdec34b620aca439212315.zip
media-libs/mesa: Add MULTILIB_USEDEP to ocl-icd
Closes: https://github.com/gentoo/gentoo/pull/10209 Signed-off-by: Jan Vesely <jano.vesely@gmail.com> Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs/mesa')
-rw-r--r--media-libs/mesa/mesa-18.2.3.ebuild2
-rw-r--r--media-libs/mesa/mesa-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/mesa/mesa-18.2.3.ebuild b/media-libs/mesa/mesa-18.2.3.ebuild
index 7728fa3de19b..2b4e1542fc5f 100644
--- a/media-libs/mesa/mesa-18.2.3.ebuild
+++ b/media-libs/mesa/mesa-18.2.3.ebuild
@@ -95,7 +95,7 @@ RDEPEND="
)
lm_sensors? ( sys-apps/lm_sensors:=[${MULTILIB_USEDEP}] )
opencl? (
- dev-libs/ocl-icd[khronos-headers]
+ dev-libs/ocl-icd[khronos-headers,${MULTILIB_USEDEP}]
dev-libs/libclc
virtual/libelf:0=[${MULTILIB_USEDEP}]
)
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index c50d8550e51c..23f29b41b350 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -95,7 +95,7 @@ RDEPEND="
)
lm_sensors? ( sys-apps/lm_sensors:=[${MULTILIB_USEDEP}] )
opencl? (
- dev-libs/ocl-icd[khronos-headers]
+ dev-libs/ocl-icd[khronos-headers,${MULTILIB_USEDEP}]
dev-libs/libclc
virtual/libelf:0=[${MULTILIB_USEDEP}]
)