From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 68555158020 for ; Fri, 2 Dec 2022 22:42:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DABFE089C; Fri, 2 Dec 2022 22:42:21 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 6F430E089C for ; Fri, 2 Dec 2022 22:42:21 +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 34EF434134E for ; Fri, 2 Dec 2022 22:42:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BE5C3A5 for ; Fri, 2 Dec 2022 22:42:18 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1670020909.e0308e47d7fa4546e3cedc6b668d4bce44205b31.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/mesa/mesa-22.3.0.ebuild media-libs/mesa/mesa-9999.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: e0308e47d7fa4546e3cedc6b668d4bce44205b31 X-VCS-Branch: master Date: Fri, 2 Dec 2022 22:42:18 +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: fa9e361a-e6ab-40fa-ae93-8534130d9bca X-Archives-Hash: ba3706365628b388888c10c992e03fb1 commit: e0308e47d7fa4546e3cedc6b668d4bce44205b31 Author: Matt Turner gentoo org> AuthorDate: Fri Dec 2 22:41:32 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Dec 2 22:41:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0308e47 media-libs/mesa: Require glslang if USE=vulkan Closes: https://bugs.gentoo.org/883957 Signed-off-by: Matt Turner gentoo.org> media-libs/mesa/mesa-22.3.0.ebuild | 3 +-- media-libs/mesa/mesa-9999.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/media-libs/mesa/mesa-22.3.0.ebuild b/media-libs/mesa/mesa-22.3.0.ebuild index b0737f166279..e121c4c2f319 100644 --- a/media-libs/mesa/mesa-22.3.0.ebuild +++ b/media-libs/mesa/mesa-22.3.0.ebuild @@ -190,8 +190,7 @@ BDEPEND=" sys-devel/flex virtual/pkgconfig $(python_gen_any_dep ">=dev-python/mako-0.8.0[\${PYTHON_USEDEP}]") - vulkan? ( video_cards_radeonsi? ( dev-util/glslang ) ) - vulkan-overlay? ( dev-util/glslang ) + vulkan? ( dev-util/glslang ) wayland? ( dev-util/wayland-scanner ) " diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index b0737f166279..e121c4c2f319 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -190,8 +190,7 @@ BDEPEND=" sys-devel/flex virtual/pkgconfig $(python_gen_any_dep ">=dev-python/mako-0.8.0[\${PYTHON_USEDEP}]") - vulkan? ( video_cards_radeonsi? ( dev-util/glslang ) ) - vulkan-overlay? ( dev-util/glslang ) + vulkan? ( dev-util/glslang ) wayland? ( dev-util/wayland-scanner ) "