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 43671158015 for ; Thu, 28 Dec 2023 16:21:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BE3F2BC02F; Thu, 28 Dec 2023 16:21:14 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 61ABA2BC02F for ; Thu, 28 Dec 2023 16:21:14 +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 614D033FD3F for ; Thu, 28 Dec 2023 16:21:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1C64AE5 for ; Thu, 28 Dec 2023 16:21:11 +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: <1703780452.b7abc0b7a39066b4a70e04cee66dc2e94c763861.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.3.2.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: b7abc0b7a39066b4a70e04cee66dc2e94c763861 X-VCS-Branch: master Date: Thu, 28 Dec 2023 16:21:11 +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: 3bcb4a64-d3df-497a-803e-f0ea98dfc420 X-Archives-Hash: 33a8d978dc18576f43be8465b4bc3eff commit: b7abc0b7a39066b4a70e04cee66dc2e94c763861 Author: Matt Turner gentoo org> AuthorDate: Thu Dec 28 16:20:52 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Dec 28 16:20:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7abc0b7 media-libs/mesa: Drop upstreamed patch Signed-off-by: Matt Turner gentoo.org> media-libs/mesa/mesa-23.3.2.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/media-libs/mesa/mesa-23.3.2.ebuild b/media-libs/mesa/mesa-23.3.2.ebuild index c0ba5e8141cb..5cecdcf511e9 100644 --- a/media-libs/mesa/mesa-23.3.2.ebuild +++ b/media-libs/mesa/mesa-23.3.2.ebuild @@ -185,10 +185,6 @@ x86? ( usr/lib/libGLX_mesa.so.0.0.0 )" -PATCHES=( - "${FILESDIR}"/${PV}-d3d12-Fix-AV1-video-encode-32-bits-build.patch -) - llvm_check_deps() { if use opencl; then has_version "sys-devel/clang:${LLVM_SLOT}[${LLVM_USE_DEPS}]" || return 1