From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CB65D138331 for ; Thu, 25 Jan 2018 20:03:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1886EE092D; Thu, 25 Jan 2018 20:03:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EF166E092D for ; Thu, 25 Jan 2018 20:03:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BEEA3335C33 for ; Thu, 25 Jan 2018 20:03:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DBC3A1CF for ; Thu, 25 Jan 2018 20:03:05 +0000 (UTC) From: "Aric Belsito" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aric Belsito" Message-ID: <1516910509.d559750a58e420d61fabe6d67b1d70ab1512c26d.lluixhi@gentoo> Subject: [gentoo-commits] proj/musl:master commit in: media-libs/mesa/ X-VCS-Repository: proj/musl X-VCS-Files: media-libs/mesa/mesa-17.2.8.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: lluixhi X-VCS-Committer-Name: Aric Belsito X-VCS-Revision: d559750a58e420d61fabe6d67b1d70ab1512c26d X-VCS-Branch: master Date: Thu, 25 Jan 2018 20:03:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 53244d1c-205c-4e7f-989e-4539098b0077 X-Archives-Hash: e18500ca8efdd3c24db5ccd6bde9e353 commit: d559750a58e420d61fabe6d67b1d70ab1512c26d Author: Aric Belsito gmail com> AuthorDate: Thu Jan 25 20:01:49 2018 +0000 Commit: Aric Belsito gmail 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