From c6cd6893bcb9512714f3c78d1fb00c64fcff6c4b Mon Sep 17 00:00:00 2001 From: Ilya Tumaykin Date: Sat, 16 Jun 2018 23:06:32 +0300 Subject: [PATCH] profiles: p.use.mask media-video/mpv[vulkan] MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit mask everywhere but amd64, x86 Closes: https://github.com/gentoo/gentoo/pull/8864 Reviewed-by: Michał Górny --- profiles/arch/amd64/package.use.mask | 5 +++++ profiles/arch/base/package.use.mask | 5 +++++ profiles/arch/x86/package.use.mask | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 4bb059665fa3..5109e4af610f 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,11 @@ #--- END OF EXAMPLES --- +# Ilya Tumaykin (17 Jun 2018) +# Vulkan support is only available on few selected arches atm. +# Mask everywhere, unmask where appropriate. +media-video/mpv -vulkan + # Mikle Kolyada (02 Jun 2018) # Too many untested ruby dependencies (17 Jun 2018) +# Vulkan support is only available on few selected arches atm. +# Mask everywhere, unmask where appropriate. +media-video/mpv vulkan + # Nick Sarnie (29 Apr 2018) # media-libs/vulkan-loader and app-emulation/vkd3d are not available everywhere app-emulation/wine-any vkd3d vulkan diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index d4d4995e561f..9f057c9bc06d 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -3,6 +3,11 @@ # This file requires >=portage-2.1.1 +# Ilya Tumaykin (17 Jun 2018) +# Vulkan support is only available on few selected arches atm. +# Mask everywhere, unmask where appropriate. +media-video/mpv -vulkan + # Andreas K. Hüttel (21 May 2018) # LO kde support on x86 is broken, see bug 523496 =app-office/libreoffice-bin-6.0* kde -- 2.26.2