From: Matt Turner Date: Mon, 6 Mar 2017 21:05:36 +0000 (-0800) Subject: media-libs/mesa: Require virtual/libelf for r600+llvm. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=430d112b8e4a475e3279c80f2f80a087a05c83a6;p=gentoo.git media-libs/mesa: Require virtual/libelf for r600+llvm. Bug: https://bugs.gentoo.org/611732 --- diff --git a/media-libs/mesa/mesa-13.0.5.ebuild b/media-libs/mesa/mesa-13.0.5.ebuild index 9b2276ac9b14..8aa4db9db5a5 100644 --- a/media-libs/mesa/mesa-13.0.5.ebuild +++ b/media-libs/mesa/mesa-13.0.5.ebuild @@ -96,6 +96,12 @@ RDEPEND=" video_cards_radeonsi? ( virtual/libelf:0=[${MULTILIB_USEDEP}] ) + video_cards_r600? ( + virtual/libelf:0=[${MULTILIB_USEDEP}] + ) + video_cards_radeon? ( + virtual/libelf:0=[${MULTILIB_USEDEP}] + ) >=sys-devel/llvm-3.6.0:0=[${MULTILIB_USEDEP}] ) nettle? ( dev-libs/nettle:=[${MULTILIB_USEDEP}] ) diff --git a/media-libs/mesa/mesa-17.0.1.ebuild b/media-libs/mesa/mesa-17.0.1.ebuild index 0b64e5b84bfb..699313f62e68 100644 --- a/media-libs/mesa/mesa-17.0.1.ebuild +++ b/media-libs/mesa/mesa-17.0.1.ebuild @@ -101,6 +101,12 @@ RDEPEND=" sys-devel/llvm:4[${MULTILIB_USEDEP}] >=sys-devel/llvm-3.9.0:0[${MULTILIB_USEDEP}] ) ) ) + video_cards_r600? ( + virtual/libelf:0=[${MULTILIB_USEDEP}] + ) + video_cards_radeon? ( + virtual/libelf:0=[${MULTILIB_USEDEP}] + ) || ( sys-devel/llvm:4[${MULTILIB_USEDEP}] >=sys-devel/llvm-3.6.0:0[${MULTILIB_USEDEP}] diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index eb7f52a7f46c..15ce6d4cbd15 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -99,6 +99,12 @@ RDEPEND=" virtual/libelf:0=[${MULTILIB_USEDEP}] vulkan? ( >=sys-devel/llvm-3.9.0:=[${MULTILIB_USEDEP}] ) ) + video_cards_r600? ( + virtual/libelf:0=[${MULTILIB_USEDEP}] + ) + video_cards_radeon? ( + virtual/libelf:0=[${MULTILIB_USEDEP}] + ) >=sys-devel/llvm-3.6.0:=[${MULTILIB_USEDEP}] ) opencl? (