From 20c86fa7732866052ceeb76f8aa0845849ff3c6a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 1 Mar 2017 00:12:33 +0100 Subject: [PATCH] media-libs/mesa: Fix slotted LLVM deps to include MULTILIB_USEDEP Include MULTILIB_USEDEP in all variants of LLVM deps, since it was mistakenly omitted for slot :4 (and additional := binder). No revbump since lack of the flags caused build failure, it is quite unlikely for people to disable them afterwards and it applied only to p.masked llvm:4. --- media-libs/mesa/mesa-17.0.0.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/media-libs/mesa/mesa-17.0.0.ebuild b/media-libs/mesa/mesa-17.0.0.ebuild index ceeb3555a293..c3c5a2c4faa0 100644 --- a/media-libs/mesa/mesa-17.0.0.ebuild +++ b/media-libs/mesa/mesa-17.0.0.ebuild @@ -99,14 +99,14 @@ RDEPEND=" virtual/libelf:0=[${MULTILIB_USEDEP}] vulkan? ( || ( - sys-devel/llvm:4 + sys-devel/llvm:4[${MULTILIB_USEDEP}] >=sys-devel/llvm-3.9.0:0[${MULTILIB_USEDEP}] ) ) ) || ( - sys-devel/llvm:4 + sys-devel/llvm:4[${MULTILIB_USEDEP}] >=sys-devel/llvm-3.6.0:0[${MULTILIB_USEDEP}] ) -