commit: 9d0a7ff22a533513669fa166cf4640b870dcc033 Author: Matoro Mahri <matoro <AT> users <DOT> noreply <DOT> github <DOT> com> AuthorDate: Tue Mar 7 21:10:32 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Mar 8 04:51:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d0a7ff2
profiles/arch/mips: mask USE=vaapi, USE=vulkan Closes: https://bugs.gentoo.org/897972 Closes: https://bugs.gentoo.org/899172 Signed-off-by: Matoro Mahri <matoro <AT> users.noreply.github.com> Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/mips/use.mask | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/profiles/arch/mips/use.mask b/profiles/arch/mips/use.mask index 25d78c9f50d6..a073c231ab09 100644 --- a/profiles/arch/mips/use.mask +++ b/profiles/arch/mips/use.mask @@ -4,6 +4,14 @@ # Unmask the flag which corresponds to ARCH. -mips +# matoro <[email protected]> (2023-03-07) +# GPU-related USE flags. While hardware with PCIe host +# capabilities exists, mask these by default to reduce burden +# on maintainers of GPU-related packages. Can be unmasked +# in the future upon user request. +vulkan +vaapi + # matoro <[email protected]> (2023-03-03) # app-crypt/tpm2-tss is not keyworded here tpm
