commit: 85a1a6bc5b8ec8f881f9b397f24b3499c72e44ea Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Feb 21 21:32:35 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Feb 21 21:33:42 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85a1a6bc
profiles/base: unmask >=gui-libs/gtk[vulkan] In 4.16.x, Vulkan is the default in GTK, so unmask it. 4.16.x isn't yet marked stable in Gentoo so let's unmask it just for >=4.16.x to avoid a surprise for stable users. Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/base/package.use.mask | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 0da3f54aeddb..49e4b3e1f407 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -3,6 +3,11 @@ # New entries go on top. +# Sam James <[email protected]> (2025-02-21) +# Mask for older GTK to phase in enabling Vulkan for users (and avoid a surprise +# for stable users, as Vulkan is enabled by default on desktop profiles). +<gui-libs/gtk-4.16 vulkan + # Michał Górny <[email protected]> (2025-02-20) # Requires dev-python/recommonmark with Python 3.10 <llvm-core/clang-18 doc @@ -592,10 +597,6 @@ dev-lang/rust parallel-compiler # see also: https://github.com/rspamd/rspamd/issues/3871 >=mail-filter/rspamd-3.0 jemalloc -# Matt Turner <[email protected]> (2021-08-28) -# Mask experimental options. -gui-libs/gtk vulkan - # Marek Szuba <[email protected]> (2021-07-14) # Makes two tests fail (when linked against openmpi, at least) due to # incorrect implementation of either MPI support itself or said tests:
