diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-09-28 21:43:26 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-09-28 22:25:40 -0400 |
commit | f524fddb0d171881535d55b51aae8ce0aea8c3a0 (patch) | |
tree | b3ebe93ced34ba3d0f271805359bed00ec77545b /media-libs | |
parent | media-libs/mesa: Fix symbol check unit tests (diff) | |
download | gentoo-f524fddb0d171881535d55b51aae8ce0aea8c3a0.tar.gz gentoo-f524fddb0d171881535d55b51aae8ce0aea8c3a0.tar.bz2 gentoo-f524fddb0d171881535d55b51aae8ce0aea8c3a0.zip |
media-libs/mesa: Drop patch from live ebuild
This has been fixed by upstream commit d11900d5e76 ("meson: use
llvm-config instead of cmake to fix linking errors with meson 1.2.1").
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs')
-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 08cf94dc4000..cb3c42959970 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -187,11 +187,6 @@ BDEPEND=" S="${WORKDIR}/${MY_P}" EGIT_CHECKOUT_DIR=${S} -PATCHES=( - # Workaround the CMake dependency lookup returning a different LLVM to llvm-config, bug #907965 - "${FILESDIR}/clang_config_tool.patch" -) - QA_WX_LOAD=" x86? ( usr/lib/libglapi.so.0.0.0 |