Gentoo Archives: gentoo-commits

From: Aric Belsito <lluixhi@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: media-libs/mesa/
Date: Thu, 25 Jan 2018 20:03:11
Message-Id: 1516910509.d559750a58e420d61fabe6d67b1d70ab1512c26d.lluixhi@gentoo
1 commit: d559750a58e420d61fabe6d67b1d70ab1512c26d
2 Author: Aric Belsito <lluixhi <AT> gmail <DOT> com>
3 AuthorDate: Thu Jan 25 20:01:49 2018 +0000
4 Commit: Aric Belsito <lluixhi <AT> gmail <DOT> com>
5 CommitDate: Thu Jan 25 20:01:49 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=d559750a
7
8 media-libs/mesa: correct endian patch in 17.2.8
9
10 Thanks, @stefson
11
12 media-libs/mesa/mesa-17.2.8.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-libs/mesa/mesa-17.2.8.ebuild b/media-libs/mesa/mesa-17.2.8.ebuild
16 index 569ae84..62be89c 100644
17 --- a/media-libs/mesa/mesa-17.2.8.ebuild
18 +++ b/media-libs/mesa/mesa-17.2.8.ebuild
19 @@ -278,7 +278,7 @@ pkg_setup() {
20
21 src_prepare() {
22 eapply "${FILESDIR}"/${PN}-17-execinfo.patch
23 - eapply "${FILESDIR}"/${PN}-13-musl_endian.patch
24 + eapply "${FILESDIR}"/${PN}-17-musl_endian.patch
25
26 eautoreconf