commit: 415ec3ec9be4d6828f19e47e41d865740cc27834 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Sun Jun 18 16:38:31 2017 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Sun Jun 18 16:38:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=415ec3ec
media-libs/mesa: VC4 support is based on gallium. Add REQUIRED_USE to reflect that. Package-Manager: Portage-2.3.6, Repoman-2.3.2 media-libs/mesa/mesa-17.1.2.ebuild | 1 + media-libs/mesa/mesa-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/media-libs/mesa/mesa-17.1.2.ebuild b/media-libs/mesa/mesa-17.1.2.ebuild index 9d70870c262..4850a6750a4 100644 --- a/media-libs/mesa/mesa-17.1.2.ebuild +++ b/media-libs/mesa/mesa-17.1.2.ebuild @@ -70,6 +70,7 @@ REQUIRED_USE=" video_cards_r300? ( gallium x86? ( llvm ) amd64? ( llvm ) ) video_cards_r600? ( gallium ) video_cards_radeonsi? ( gallium llvm ) + video_cards_vc4? ( gallium ) video_cards_vivante? ( gallium gbm ) video_cards_vmware? ( gallium ) " diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 9d70870c262..4850a6750a4 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -70,6 +70,7 @@ REQUIRED_USE=" video_cards_r300? ( gallium x86? ( llvm ) amd64? ( llvm ) ) video_cards_r600? ( gallium ) video_cards_radeonsi? ( gallium llvm ) + video_cards_vc4? ( gallium ) video_cards_vivante? ( gallium gbm ) video_cards_vmware? ( gallium ) "