Gentoo Archives: gentoo-commits

From: "Chí-Thanh Christopher Nguyễn" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/
Date: Wed, 02 Sep 2015 01:05:37
Message-Id: 1441155932.e0d5d61a2b32f4e347e82bce4bf01a47e95c3c55.chithanh@gentoo
1 commit: e0d5d61a2b32f4e347e82bce4bf01a47e95c3c55
2 Author: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 2 01:05:32 2015 +0000
4 Commit: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 2 01:05:32 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0d5d61a
7
8 media-libs/mesa: radeonsi requires x11-libs/libdrm[video_cards_amdgpu]
9
10 Package-Manager: portage-2.2.20.1
11
12 media-libs/mesa/mesa-11.0.0_rc2.ebuild | 3 +++
13 media-libs/mesa/mesa-9999.ebuild | 3 +++
14 2 files changed, 6 insertions(+)
15
16 diff --git a/media-libs/mesa/mesa-11.0.0_rc2.ebuild b/media-libs/mesa/mesa-11.0.0_rc2.ebuild
17 index 73f53c5..309e882 100644
18 --- a/media-libs/mesa/mesa-11.0.0_rc2.ebuild
19 +++ b/media-libs/mesa/mesa-11.0.0_rc2.ebuild
20 @@ -133,6 +133,9 @@ for card in ${RADEON_CARDS}; do
21 video_cards_${card}? ( ${LIBDRM_DEPSTRING}[video_cards_radeon] )
22 "
23 done
24 +RDEPEND="${RDEPEND}
25 + video_cards_radeonsi? ( ${LIBDRM_DEPSTRING}[video_cards_amdgpu] )
26 +"
27
28 DEPEND="${RDEPEND}
29 llvm? (
30
31 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
32 index ceb2c93..d166219 100644
33 --- a/media-libs/mesa/mesa-9999.ebuild
34 +++ b/media-libs/mesa/mesa-9999.ebuild
35 @@ -134,6 +134,9 @@ for card in ${RADEON_CARDS}; do
36 video_cards_${card}? ( ${LIBDRM_DEPSTRING}[video_cards_radeon] )
37 "
38 done
39 +RDEPEND="${RDEPEND}
40 + video_cards_radeonsi? ( ${LIBDRM_DEPSTRING}[video_cards_amdgpu] )
41 +"
42
43 DEPEND="${RDEPEND}
44 llvm? (