commit: c6deff27a16ca0c72cd1edaa3d9f44c8cfff7efb Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Sat Oct 9 12:19:08 2021 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Sat Oct 9 12:35:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6deff27
profiles: update egl-wayland mask Turns out was more broken than I thought (or at least with current drivers, it is technically intended for next branch), but was masked from the start so it's all good either way. Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> profiles/package.mask | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index 2b713b4be72..9f8dc5ddc20 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -281,10 +281,11 @@ dev-python/txgithub =dev-libs/gost-engine-3.0* # Ionen Wolkens <[email protected]> (2021-09-03) -# Currently may not function with kde-plasma/kwin (black screen), -# so keeping masked for testing due to being a primary consumer. -# Should be safe to unmask if you are using x11-wm/mutter instead. ->=gui-libs/egl-wayland-1.1.8 +# Known to break kde-plasma/kwin (black screen), and several +# other applications on wayland with current drivers. +# https://github.com/NVIDIA/egl-wayland/issues/40 +# https://github.com/NVIDIA/egl-wayland/issues/41 +~gui-libs/egl-wayland-1.1.8 # Alexey Sokolov <[email protected]> (2021-08-30) # Homepage dead, uses gtk2, fails to build, https://bugs.gentoo.org/711344
