Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/
Date: Sun, 18 Jun 2017 16:38:48
Message-Id: 1497803918.415ec3ec9be4d6828f19e47e41d865740cc27834.aballier@gentoo
1 commit: 415ec3ec9be4d6828f19e47e41d865740cc27834
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 18 16:38:31 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 18 16:38:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=415ec3ec
7
8 media-libs/mesa: VC4 support is based on gallium. Add REQUIRED_USE to reflect that.
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 media-libs/mesa/mesa-17.1.2.ebuild | 1 +
13 media-libs/mesa/mesa-9999.ebuild | 1 +
14 2 files changed, 2 insertions(+)
15
16 diff --git a/media-libs/mesa/mesa-17.1.2.ebuild b/media-libs/mesa/mesa-17.1.2.ebuild
17 index 9d70870c262..4850a6750a4 100644
18 --- a/media-libs/mesa/mesa-17.1.2.ebuild
19 +++ b/media-libs/mesa/mesa-17.1.2.ebuild
20 @@ -70,6 +70,7 @@ REQUIRED_USE="
21 video_cards_r300? ( gallium x86? ( llvm ) amd64? ( llvm ) )
22 video_cards_r600? ( gallium )
23 video_cards_radeonsi? ( gallium llvm )
24 + video_cards_vc4? ( gallium )
25 video_cards_vivante? ( gallium gbm )
26 video_cards_vmware? ( gallium )
27 "
28
29 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
30 index 9d70870c262..4850a6750a4 100644
31 --- a/media-libs/mesa/mesa-9999.ebuild
32 +++ b/media-libs/mesa/mesa-9999.ebuild
33 @@ -70,6 +70,7 @@ REQUIRED_USE="
34 video_cards_r300? ( gallium x86? ( llvm ) amd64? ( llvm ) )
35 video_cards_r600? ( gallium )
36 video_cards_radeonsi? ( gallium llvm )
37 + video_cards_vc4? ( gallium )
38 video_cards_vivante? ( gallium gbm )
39 video_cards_vmware? ( gallium )
40 "