commit: adb030317822b26a7d3a9f970d077f8dbd1b2861
Author: Jory Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 22 03:05:09 2019 +0000
Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Thu Aug 22 03:05:09 2019 +0000
URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=adb03031
media-libs/mesa: Fix patches so they apply :/
Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>
media-libs/mesa/mesa-19.0.8.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-libs/mesa/mesa-19.0.8.ebuild
b/media-libs/mesa/mesa-19.0.8.ebuild
index 8ec5d9f..57e310e 100644
--- a/media-libs/mesa/mesa-19.0.8.ebuild
+++ b/media-libs/mesa/mesa-19.0.8.ebuild
@@ -235,8 +235,8 @@ x86? (
)"
PATCHES=(
- "${FILESDIR}"/${PN}-execinfo.patch
- "${FILESDIR}"/${PN}-heap-allocation.patch
+ "${FILESDIR}"/${PN}-19.0.8-execinfo.patch
+ "${FILESDIR}"/${PN}-19.0.8-heap-allocation.patch
"${FILESDIR}"/${PN}-19.1.4-musl-upstream-fix.patch
"${FILESDIR}"/${PN}-18.2.4-add-disable-tls-support.patch
)