Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/
Date: Thu, 28 Sep 2017 13:19:18
Message-Id: 1506604518.4254e8a8b8e5977e0a8a5bad9ac683c54b88530f.mgorny@gentoo
1 commit: 4254e8a8b8e5977e0a8a5bad9ac683c54b88530f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 17 09:30:39 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 28 13:15:18 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4254e8a8
7
8 media-libs/mesa: [llvm_targets_AMDGPU] is also required by r600
9
10 media-libs/mesa/mesa-9999.ebuild | 6 ++++++
11 1 file changed, 6 insertions(+)
12
13 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
14 index 2a4e5faef0a..0a378a1ffeb 100644
15 --- a/media-libs/mesa/mesa-9999.ebuild
16 +++ b/media-libs/mesa/mesa-9999.ebuild
17 @@ -145,6 +145,12 @@ RDEPEND="${RDEPEND}
18 opencl? (
19 >=sys-devel/clang-3.9.0:=[${MULTILIB_USEDEP}]
20 )
21 + video_cards_r600? (
22 + >=sys-devel/llvm-3.9.0[llvm_targets_AMDGPU(-)]
23 + )
24 + video_cards_radeon? (
25 + >=sys-devel/llvm-3.9.0[llvm_targets_AMDGPU(-)]
26 + )
27 video_cards_radeonsi? (
28 >=sys-devel/llvm-3.9.0[llvm_targets_AMDGPU(-)]
29 )