summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-09-17 11:00:07 +0200
committerMichał Górny <mgorny@gentoo.org>2017-09-28 15:15:09 +0200
commit36218e79c3ea8c66574905cc24dc3deb2175e795 (patch)
tree4426fba22511f033ae03885116c93289e4581108
parentmedia-libs/mesa: Move radeonsi dep to RDEP (diff)
downloadgentoo-36218e79.tar.gz
gentoo-36218e79.tar.bz2
gentoo-36218e79.zip
media-libs/mesa: Move clang dep for [opencl] to RDEP
The relevant libraries clearly link to libclang*.
-rw-r--r--media-libs/mesa/mesa-9999.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index 947195bb11a7..4aef2f2d5a80 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -151,6 +151,10 @@ RDEPEND="${RDEPEND}
)
>=sys-devel/llvm-3.6.0:=[${MULTILIB_USEDEP}]
)
+ opencl? (
+ >=sys-devel/llvm-3.6.0:=[${MULTILIB_USEDEP}]
+ >=sys-devel/clang-3.6.0:=[${MULTILIB_USEDEP}]
+ )
"
# FIXME: kill the sys-devel/llvm[video_cards_radeon] compat once
@@ -158,9 +162,7 @@ RDEPEND="${RDEPEND}
DEPEND="${RDEPEND}
${PYTHON_DEPS}
opencl? (
- >=sys-devel/llvm-3.6.0:=[${MULTILIB_USEDEP}]
- >=sys-devel/clang-3.6.0:=[${MULTILIB_USEDEP}]
- >=sys-devel/gcc-4.6
+ >=sys-devel/gcc-4.6
)
sys-devel/gettext
virtual/pkgconfig