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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 95AF2158089 for ; Wed, 4 Oct 2023 19:07:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C40F52BC025; Wed, 4 Oct 2023 19:07:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 ABDEC2BC025 for ; Wed, 4 Oct 2023 19:07:23 +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 D59B2335CEE for ; Wed, 4 Oct 2023 19:07:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3220F931 for ; Wed, 4 Oct 2023 19:07:21 +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: <1696446436.6e814d0a7d524fbc4d10948f79e0de8e8604eeef.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-23.1.9.ebuild media-libs/mesa/mesa-23.2.1.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: 6e814d0a7d524fbc4d10948f79e0de8e8604eeef X-VCS-Branch: master Date: Wed, 4 Oct 2023 19:07:21 +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: 954308e1-5cdb-4125-a717-cc4630209d88 X-Archives-Hash: a784841f59efa80f3f88b0c0cc05ee49 commit: 6e814d0a7d524fbc4d10948f79e0de8e8604eeef Author: Matt Turner gentoo org> AuthorDate: Wed Oct 4 19:05:38 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Oct 4 19:07:16 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e814d0a media-libs/mesa: Depend on clang for ray tracing Closes: https://bugs.gentoo.org/914906 Closes: https://bugs.gentoo.org/914912 Signed-off-by: Matt Turner gentoo.org> media-libs/mesa/mesa-23.1.9.ebuild | 9 ++++++++- media-libs/mesa/mesa-23.2.1.ebuild | 9 ++++++++- media-libs/mesa/mesa-9999.ebuild | 9 ++++++++- 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/media-libs/mesa/mesa-23.1.9.ebuild b/media-libs/mesa/mesa-23.1.9.ebuild index 57d113992835..14ecef460d92 100644 --- a/media-libs/mesa/mesa-23.1.9.ebuild +++ b/media-libs/mesa/mesa-23.1.9.ebuild @@ -132,7 +132,14 @@ PER_SLOT_DEPSTR=" !opencl? ( sys-devel/llvm:@SLOT@[${LLVM_USE_DEPS}] ) opencl? ( sys-devel/clang:@SLOT@[${LLVM_USE_DEPS}] ) opencl? ( dev-util/spirv-llvm-translator:@SLOT@ ) - vulkan? ( video_cards_intel? ( amd64? ( dev-util/spirv-llvm-translator:@SLOT@ ) ) ) + vulkan? ( + video_cards_intel? ( + amd64? ( + dev-util/spirv-llvm-translator:@SLOT@ + sys-devel/clang:@SLOT@[${LLVM_USE_DEPS}] + ) + ) + ) ) " LLVM_DEPSTR=" diff --git a/media-libs/mesa/mesa-23.2.1.ebuild b/media-libs/mesa/mesa-23.2.1.ebuild index 4615abed8b4f..e497bccae3f6 100644 --- a/media-libs/mesa/mesa-23.2.1.ebuild +++ b/media-libs/mesa/mesa-23.2.1.ebuild @@ -133,7 +133,14 @@ PER_SLOT_DEPSTR=" !opencl? ( sys-devel/llvm:@SLOT@[${LLVM_USE_DEPS}] ) opencl? ( sys-devel/clang:@SLOT@[${LLVM_USE_DEPS}] ) opencl? ( dev-util/spirv-llvm-translator:@SLOT@ ) - vulkan? ( video_cards_intel? ( amd64? ( dev-util/spirv-llvm-translator:@SLOT@ ) ) ) + vulkan? ( + video_cards_intel? ( + amd64? ( + dev-util/spirv-llvm-translator:@SLOT@ + sys-devel/clang:@SLOT@[${LLVM_USE_DEPS}] + ) + ) + ) ) " LLVM_DEPSTR=" diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 9a9b85e889dd..2ea0d844d620 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -133,7 +133,14 @@ PER_SLOT_DEPSTR=" !opencl? ( sys-devel/llvm:@SLOT@[${LLVM_USE_DEPS}] ) opencl? ( sys-devel/clang:@SLOT@[${LLVM_USE_DEPS}] ) opencl? ( dev-util/spirv-llvm-translator:@SLOT@ ) - vulkan? ( video_cards_intel? ( amd64? ( dev-util/spirv-llvm-translator:@SLOT@ ) ) ) + vulkan? ( + video_cards_intel? ( + amd64? ( + dev-util/spirv-llvm-translator:@SLOT@ + sys-devel/clang:@SLOT@[${LLVM_USE_DEPS}] + ) + ) + ) ) " LLVM_DEPSTR="