commit: 4254e8a8b8e5977e0a8a5bad9ac683c54b88530f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 17 09:30:39 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Sep 28 13:15:18 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4254e8a8
media-libs/mesa: [llvm_targets_AMDGPU] is also required by r600
media-libs/mesa/mesa-9999.ebuild | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index 2a4e5faef0a..0a378a1ffeb 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -145,6 +145,12 @@ RDEPEND="${RDEPEND}
opencl? (
>=sys-devel/clang-3.9.0:=[${MULTILIB_USEDEP}]
)
+ video_cards_r600? (
+ >=sys-devel/llvm-3.9.0[llvm_targets_AMDGPU(-)]
+ )
+ video_cards_radeon? (
+ >=sys-devel/llvm-3.9.0[llvm_targets_AMDGPU(-)]
+ )
video_cards_radeonsi? (
>=sys-devel/llvm-3.9.0[llvm_targets_AMDGPU(-)]
)