diff options
author | Mike Lothian <mike@fireburn.co.uk> | 2023-08-14 17:07:08 +0100 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-08-14 13:21:31 -0400 |
commit | 916a0819ab92567ec4b528a2f0cf0b3f2aa3b33c (patch) | |
tree | cdd16afc2ba57e5fd8982f559308c7b60b297c13 /media-libs/mesa | |
parent | app-admin/rex: add 1.14.3 (diff) | |
download | gentoo-916a0819ab92567ec4b528a2f0cf0b3f2aa3b33c.tar.gz gentoo-916a0819ab92567ec4b528a2f0cf0b3f2aa3b33c.tar.bz2 gentoo-916a0819ab92567ec4b528a2f0cf0b3f2aa3b33c.zip |
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 <mike@fireburn.co.uk>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs/mesa')
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 5 |
1 files changed, 0 insertions, 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 && |