From 2bc1e4014446f2cd300868371937332f7842b765 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Wed, 26 Feb 2020 21:38:55 +0100 Subject: [PATCH] profiles: Mask dev-qt/qt{declarative,gui,wayland}[vulkan] except amd64/x86 Bug: https://bugs.gentoo.org/703594 Signed-off-by: Andreas Sturmlechner --- profiles/arch/amd64/package.use.mask | 6 ++++++ profiles/arch/base/package.use.mask | 7 +++++++ profiles/arch/x86/package.use.mask | 6 ++++++ 3 files changed, 19 insertions(+) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index a823b528528c..9580a47ead3b 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,12 @@ #--- END OF EXAMPLES --- +# Andreas Sturmlechner (2020-02-26) +# Vulkan is available on amd64. +dev-qt/qtdeclarative -vulkan +dev-qt/qtgui -vulkan +dev-qt/qtwayland -vulkan + # James Le Cuirot (2019-12-10) # The JIT feature only works on amd64 and x86. app-emulation/aranym -jit diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index c455a18241b8..76abd4b73d4c 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,6 +1,13 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andreas Sturmlechner (2020-02-26) +# Vulkan support is only available on few selected arches atm. +# Mask everywhere, unmask where appropriate. +dev-qt/qtdeclarative vulkan +dev-qt/qtgui vulkan +dev-qt/qtwayland vulkan + # dev-python/pandas is only keyworded for amd64 & x86 sys-block/fio python gnuplot diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 8b7177d80674..f7a4a8ce47ac 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -1,6 +1,12 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andreas Sturmlechner (2020-02-26) +# Vulkan is available on x86. +dev-qt/qtdeclarative -vulkan +dev-qt/qtgui -vulkan +dev-qt/qtwayland -vulkan + # Andreas Sturmlechner (2020-01-29) # media-libs/pulseaudio-qt is not keyworded kde-misc/kdeconnect pulseaudio -- 2.26.2