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 31DD815800A for ; Mon, 14 Aug 2023 17:21:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12E972BC018; Mon, 14 Aug 2023 17:21:38 +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 E81CF2BC018 for ; Mon, 14 Aug 2023 17:21:37 +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 AF4B3340B66 for ; Mon, 14 Aug 2023 17:21:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02415AFA for ; Mon, 14 Aug 2023 17:21:35 +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: <1692033691.916a0819ab92567ec4b528a2f0cf0b3f2aa3b33c.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-9999.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 916a0819ab92567ec4b528a2f0cf0b3f2aa3b33c X-VCS-Branch: master Date: Mon, 14 Aug 2023 17:21:35 +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: d4ecc37d-9443-4821-986e-0b08c35ed3b0 X-Archives-Hash: edcf29ed008052c9d8b2d39c2a5f2789 commit: 916a0819ab92567ec4b528a2f0cf0b3f2aa3b33c Author: Mike Lothian fireburn co uk> AuthorDate: Mon Aug 14 16:07:08 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Aug 14 17:21:31 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=916a0819 media-libs/mesa: Remove now unneeded patch https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23981 has now been merged Closes: https://github.com/gentoo/gentoo/pull/32308 Signed-off-by: Mike Lothian fireburn.co.uk> Signed-off-by: Matt Turner gentoo.org> media-libs/mesa/mesa-9999.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index c44daa0c39c2..a595f6d878f8 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -200,11 +200,6 @@ llvm_check_deps() { has_version "sys-devel/llvm:${LLVM_SLOT}[${LLVM_USE_DEPS}]" } -PATCHES=( - # Temporary rusticl workaround: https://gitlab.freedesktop.org/mesa/mesa/-/issues/7717#note_1832122 - "${FILESDIR}/clang_resource_dir.patch" -) - pkg_pretend() { if use vulkan; then if ! use video_cards_d3d12 &&