From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4AFE715827B for ; Mon, 01 Sep 2025 17:41:28 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 36596335DA8 for ; Mon, 01 Sep 2025 17:41:28 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 32A31110562; Mon, 01 Sep 2025 17:41:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 2A419110562 for ; Mon, 01 Sep 2025 17:41:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DA447340E97 for ; Mon, 01 Sep 2025 17:41:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5527B3509 for ; Mon, 01 Sep 2025 17:41:25 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1756748464.909b95e01861037fb97e86d1810b63037260f3ca.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/hppa/package.use.mask X-VCS-Directories: profiles/arch/hppa/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 909b95e01861037fb97e86d1810b63037260f3ca X-VCS-Branch: master Date: Mon, 01 Sep 2025 17:41:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e1fedbdd-376e-427d-8b70-a118b53cfbda X-Archives-Hash: 83c4dffa69edb05c296fb4af7e3ef81f commit: 909b95e01861037fb97e86d1810b63037260f3ca Author: Ionen Wolkens gentoo org> AuthorDate: Mon Sep 1 17:32:26 2025 +0000 Commit: Ionen Wolkens gentoo 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 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 (2023-11-15) -# Vulkan is not available here -media-video/ffmpeg shaderc -media-video/ffmpeg-compat shaderc - # Ionen Wolkens (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 (2023-10-08) # Vulkan is not available on hppa.