commit: f336ac72f89eeb3c159f8eb70679d98db3fe3124 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Wed Apr 30 18:05:53 2025 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Wed Apr 30 18:05:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f336ac72
media-libs/mesa: Reapply patch forgotten in version bump Bug: Bug: https://bugs.gentoo.org/949726 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> media-libs/mesa/mesa-25.0.5.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/media-libs/mesa/mesa-25.0.5.ebuild b/media-libs/mesa/mesa-25.0.5.ebuild index 7453690ea338..379dc4af5109 100644 --- a/media-libs/mesa/mesa-25.0.5.ebuild +++ b/media-libs/mesa/mesa-25.0.5.ebuild @@ -197,6 +197,10 @@ x86? ( usr/lib/libGLX_mesa.so.0.0.0 )" +PATCHES=( + "${FILESDIR}/${PN}_egl_fix_sw_fallback_rejection.patch" +) + src_unpack() { if [[ ${PV} == 9999 ]]; then git-r3_src_unpack
