commit: c6cd6893bcb9512714f3c78d1fb00c64fcff6c4b Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com> AuthorDate: Sat Jun 16 20:06:32 2018 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Wed Jun 20 22:42:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6cd6893
profiles: p.use.mask media-video/mpv[vulkan] mask everywhere but amd64, x86 Closes: https://github.com/gentoo/gentoo/pull/8864 Reviewed-by: Michał Górny <mgorny <AT> gentoo.org> 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 4bb059665fa..5109e4af610 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,11 @@ #--- END OF EXAMPLES --- +# Ilya Tumaykin <[email protected]> (17 Jun 2018) +# Vulkan support is only available on few selected arches atm. +# Mask everywhere, unmask where appropriate. +media-video/mpv -vulkan + # Mikle Kolyada <[email protected]> (02 Jun 2018) # Too many untested ruby dependencies <dev-ruby/haml-5 test diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index 7538ed4c406..a25dc05caa7 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Ilya Tumaykin <[email protected]> (17 Jun 2018) +# Vulkan support is only available on few selected arches atm. +# Mask everywhere, unmask where appropriate. +media-video/mpv vulkan + # Nick Sarnie <[email protected]> (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 d4d4995e561..9f057c9bc06 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 <[email protected]> (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 <[email protected]> (21 May 2018) # LO kde support on x86 is broken, see bug 523496 =app-office/libreoffice-bin-6.0* kde
