commit: 909b95e01861037fb97e86d1810b63037260f3ca Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Mon Sep 1 17:32:26 2025 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Mon Sep 1 17:41:04 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=909b95e0
profiles/arch/hppa: restore libplacebo[vulkan] use mask libplacebo has REQUIRED_USE="vulkan? ( shaderc )" and unmasking would just give a flag that's impossible to set without unmasking shaderc. Also update wording to avoid confusion and merge with the above mask. Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> profiles/arch/hppa/package.use.mask | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/profiles/arch/hppa/package.use.mask b/profiles/arch/hppa/package.use.mask index f8148b647b5d..1a30d552d1af 100644 --- a/profiles/arch/hppa/package.use.mask +++ b/profiles/arch/hppa/package.use.mask @@ -122,16 +122,12 @@ x11-base/xwayland libei # USE=bpf depends on llvm-core/clang which is not keyworded on hppa media-libs/libv4l bpf -# Leonardo Hernández Hernández <[email protected]> (2023-11-15) -# Vulkan is not available here -media-video/ffmpeg shaderc -media-video/ffmpeg-compat shaderc - # Ionen Wolkens <[email protected]> (2023-10-09) -# Vulkan is not available here, ffmpeg also wants libplacebo[vulkan]. -media-libs/libplacebo shaderc -media-video/ffmpeg libplacebo -media-video/ffmpeg-compat libplacebo +# media-libs/shaderc is not keyworded here, then libplacebo's USE=vulkan +# has a REQUIRED_USE on shaderc and ffmpeg wants libplacebo[vulkan] +media-libs/libplacebo shaderc vulkan +media-video/ffmpeg libplacebo shaderc +media-video/ffmpeg-compat libplacebo shaderc # Andreas Sturmlechner <[email protected]> (2023-10-08) # Vulkan is not available on hppa.
