diff options
author | 2020-02-26 21:38:55 +0100 | |
---|---|---|
committer | 2020-02-26 22:56:42 +0100 | |
commit | 2bc1e4014446f2cd300868371937332f7842b765 (patch) | |
tree | 5fede250debc87f980fb21e3559929f7e24c50fd /profiles/arch | |
parent | dev-python/QtPy: Drop 1.9.0 (r0) (diff) | |
download | gentoo-2bc1e4014446f2cd300868371937332f7842b765.tar.gz gentoo-2bc1e4014446f2cd300868371937332f7842b765.tar.bz2 gentoo-2bc1e4014446f2cd300868371937332f7842b765.zip |
profiles: Mask dev-qt/qt{declarative,gui,wayland}[vulkan] except amd64/x86
Bug: https://bugs.gentoo.org/703594
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/amd64/package.use.mask | 6 | ||||
-rw-r--r-- | profiles/arch/base/package.use.mask | 7 | ||||
-rw-r--r-- | profiles/arch/x86/package.use.mask | 6 |
3 files changed, 19 insertions, 0 deletions
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 <asturm@gentoo.org> (2020-02-26) +# Vulkan is available on amd64. +dev-qt/qtdeclarative -vulkan +dev-qt/qtgui -vulkan +dev-qt/qtwayland -vulkan + # James Le Cuirot <chewi@gentoo.org> (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 <asturm@gentoo.org> (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 <asturm@gentoo.org> (2020-02-26) +# Vulkan is available on x86. +dev-qt/qtdeclarative -vulkan +dev-qt/qtgui -vulkan +dev-qt/qtwayland -vulkan + # Andreas Sturmlechner <asturm@gentoo.org> (2020-01-29) # media-libs/pulseaudio-qt is not keyworded kde-misc/kdeconnect pulseaudio |