From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1088565-garchives=archives.gentoo.org@lists.gentoo.org>
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 1FAD9138334
	for <garchives@archives.gentoo.org>; Wed,  8 May 2019 05:13:48 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 24F04E0876;
	Wed,  8 May 2019 05:13:47 +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 0771DE0876
	for <gentoo-commits@lists.gentoo.org>; Wed,  8 May 2019 05:13:46 +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 67B85343B90
	for <gentoo-commits@lists.gentoo.org>; Wed,  8 May 2019 05:13:45 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 48F8D57E
	for <gentoo-commits@lists.gentoo.org>; Wed,  8 May 2019 05:13:43 +0000 (UTC)
From: "Jory Pratt" <anarchy@gentoo.org>
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" <anarchy@gentoo.org>
Message-ID: <1557292408.b7ed19fbf1375491c220832c9925970627d8519d.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.1.0_rc1.ebuild
X-VCS-Directories: media-libs/mesa/
X-VCS-Committer: anarchy
X-VCS-Committer-Name: Jory Pratt
X-VCS-Revision: b7ed19fbf1375491c220832c9925970627d8519d
X-VCS-Branch: master
Date: Wed,  8 May 2019 05:13:43 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 9f89aff9-b0ce-48c9-b23d-0938c1376fa1
X-Archives-Hash: 9d33f64bb722eb754788f91a25b9b6a6

commit:     b7ed19fbf1375491c220832c9925970627d8519d
Author:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Wed May  8 05:13:28 2019 +0000
Commit:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Wed May  8 05:13:28 2019 +0000
URL:        https://gitweb.gentoo.org/proj/musl.git/commit/?id=b7ed19fb

media-libs/mesa: drop amdgpu pthread patch fixed in 19.1.0_rc1

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>

 media-libs/mesa/mesa-19.1.0_rc1.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/media-libs/mesa/mesa-19.1.0_rc1.ebuild b/media-libs/mesa/mesa-19.1.0_rc1.ebuild
index 733ce08..468f224 100644
--- a/media-libs/mesa/mesa-19.1.0_rc1.ebuild
+++ b/media-libs/mesa/mesa-19.1.0_rc1.ebuild
@@ -240,7 +240,6 @@ PATCHES=(
 	"${FILESDIR}"/${PN}-19.1.0-execinfo.patch
 	"${FILESDIR}"/${PN}-18-musl-invocation_name.patch
 	"${FILESDIR}"/${PN}-18-musl-pthread.patch
-	"${FILESDIR}"/${PN}-18-musl-amdgpu-include-pthread.patch
 	"${FILESDIR}"/${PN}-18.2.4-add-disable-tls-support.patch
 )