commit: 6fe0114a85eb77c7bb8bde9709a39bf65cad5e80 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Wed May 8 20:18:14 2024 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Wed May 8 20:42:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fe0114a
profiles: Mask VIDEO_CARDS=nvk on media-libs/mesa Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> profiles/base/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index fd1ab78e0e86..20c21ce3ff99 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,11 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Matt Turner <[email protected]> (2024-05-08) +# Brand new, introduces lots of new aspects to the build. +# Masked for further testing. +media-libs/mesa video_cards_nvk + # Michał Górny <[email protected]> (2024-04-27) # dev-python/uv is nowhere near ready to be stabilized. dev-python/build test-rust
