commit:     d9655833cfe566b7a3cd53841942e86ac3a80048
Author:     Matt Turner <mattst88 <AT> gmail <DOT> com>
AuthorDate: Tue Jan 13 22:40:45 2015 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Jan 13 22:40:45 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=d9655833

media-libs/mesa: Require libelf for USE=opencl.

Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=536456

---
 media-libs/mesa/mesa-9999.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index 2938ef6..fa55174 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -127,6 +127,10 @@ RDEPEND="
        opencl? (
                                app-admin/eselect-opencl
                                dev-libs/libclc
+                               || (
+                                       
>=dev-libs/elfutils-0.155-r1:=[${MULTILIB_USEDEP}]
+                                       
>=dev-libs/libelf-0.8.13-r2:=[${MULTILIB_USEDEP}]
+                               )
                        )
        openmax? ( >=media-libs/libomxil-bellagio-0.9.3:=[${MULTILIB_USEDEP}] )
        vaapi? ( >=x11-libs/libva-0.35.0:=[${MULTILIB_USEDEP}] )

Reply via email to