commit: 52184f0ffb41ee3b8f95ef48f0fcf787b55c28e3 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Jan 14 14:12:12 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jan 14 14:13:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52184f0f
profiles/arch/x86/package.use.mask: mask games-strategy/warzone2100[vulkan] for now Unclear whether or not Vulkan + libsdl2 actually works on x86. Not in a position to test right now. Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/x86/package.use.mask | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 5d8f747b1f7..a7f813ca388 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -1,6 +1,13 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2021-01-14) +# Needs libsdl2[vulkan] +# Vulkan may be supported on x86, as per +# Qt unmasking below, but not able to test +# libsdl2 + Vulkan on x86 at the moment. +games-strategy/warzone2100 vulkan + # Michał Górny <[email protected]> (2020-12-21) # Sanitizers supported on this architecture. sys-libs/compiler-rt-sanitizers -asan -lsan
