commit:     d559750a58e420d61fabe6d67b1d70ab1512c26d
Author:     Aric Belsito <lluixhi <AT> gmail <DOT> com>
AuthorDate: Thu Jan 25 20:01:49 2018 +0000
Commit:     Aric Belsito <lluixhi <AT> gmail <DOT> com>
CommitDate: Thu Jan 25 20:01:49 2018 +0000
URL:        https://gitweb.gentoo.org/proj/musl.git/commit/?id=d559750a

media-libs/mesa: correct endian patch in 17.2.8

Thanks, @stefson

 media-libs/mesa/mesa-17.2.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/mesa/mesa-17.2.8.ebuild 
b/media-libs/mesa/mesa-17.2.8.ebuild
index 569ae84..62be89c 100644
--- a/media-libs/mesa/mesa-17.2.8.ebuild
+++ b/media-libs/mesa/mesa-17.2.8.ebuild
@@ -278,7 +278,7 @@ pkg_setup() {
 
 src_prepare() {
        eapply "${FILESDIR}"/${PN}-17-execinfo.patch
-       eapply "${FILESDIR}"/${PN}-13-musl_endian.patch
+       eapply "${FILESDIR}"/${PN}-17-musl_endian.patch
 
        eautoreconf
 

Reply via email to