Gentoo Archives: gentoo-commits

From: Jory Pratt <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: media-libs/mesa/
Date: Thu, 22 Aug 2019 03:05:37
Message-Id: 1566443109.adb030317822b26a7d3a9f970d077f8dbd1b2861.anarchy@gentoo
1 commit: adb030317822b26a7d3a9f970d077f8dbd1b2861
2 Author: Jory Pratt <anarchy <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 22 03:05:09 2019 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 22 03:05:09 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=adb03031
7
8 media-libs/mesa: Fix patches so they apply :/
9
10 Package-Manager: Portage-2.3.72, Repoman-2.3.17
11 Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>
12
13 media-libs/mesa/mesa-19.0.8.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/media-libs/mesa/mesa-19.0.8.ebuild b/media-libs/mesa/mesa-19.0.8.ebuild
17 index 8ec5d9f..57e310e 100644
18 --- a/media-libs/mesa/mesa-19.0.8.ebuild
19 +++ b/media-libs/mesa/mesa-19.0.8.ebuild
20 @@ -235,8 +235,8 @@ x86? (
21 )"
22
23 PATCHES=(
24 - "${FILESDIR}"/${PN}-execinfo.patch
25 - "${FILESDIR}"/${PN}-heap-allocation.patch
26 + "${FILESDIR}"/${PN}-19.0.8-execinfo.patch
27 + "${FILESDIR}"/${PN}-19.0.8-heap-allocation.patch
28 "${FILESDIR}"/${PN}-19.1.4-musl-upstream-fix.patch
29 "${FILESDIR}"/${PN}-18.2.4-add-disable-tls-support.patch
30 )