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 F17CB138334 for ; Thu, 22 Aug 2019 03:05:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1D6AE0951; Thu, 22 Aug 2019 03:05:36 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 CBBFBE0951 for ; Thu, 22 Aug 2019 03:05:36 +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 ED58834A0CE for ; Thu, 22 Aug 2019 03:05:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E063976C for ; Thu, 22 Aug 2019 03:05:32 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1566443109.adb030317822b26a7d3a9f970d077f8dbd1b2861.anarchy@gentoo> Subject: [gentoo-commits] proj/musl:master commit in: media-libs/mesa/ X-VCS-Repository: proj/musl X-VCS-Files: media-libs/mesa/mesa-19.0.8.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: adb030317822b26a7d3a9f970d077f8dbd1b2861 X-VCS-Branch: master Date: Thu, 22 Aug 2019 03:05:32 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ef62aedb-853e-41c7-91e1-3fe375489d6d X-Archives-Hash: 4f27772e915cf64a418c79acad30cf9b commit: adb030317822b26a7d3a9f970d077f8dbd1b2861 Author: Jory Pratt gentoo org> AuthorDate: Thu Aug 22 03:05:09 2019 +0000 Commit: Jory Pratt gentoo 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 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 )