commit: 852d4ce6b426717d107849d8151b3dc2f1104d95 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Mon Jan 29 19:27:03 2024 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Mon Jan 29 19:31:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=852d4ce6
package.use.mask: Mask USE=zink on media-libs/mesa Bug: https://bugs.gentoo.org/919858 Bug: https://bugs.gentoo.org/923054 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> profiles/default/linux/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/default/linux/package.use.mask b/profiles/default/linux/package.use.mask index 5407972c13ac..e4e8702dc01d 100644 --- a/profiles/default/linux/package.use.mask +++ b/profiles/default/linux/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Matt Turner <[email protected]> (2024-01-29) +# Causes various issues. See bugs #919858, #923054 +media-libs/mesa zink + # Sam James <[email protected]> (2023-06-06) # Needs linux-only dev-libs/libaio. app-emulation/qemu -aio
