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 AD01413933E for ; Tue, 6 Jul 2021 13:17:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDB8EE0BD2; Tue, 6 Jul 2021 13:17:35 +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 D091DE0BD2 for ; Tue, 6 Jul 2021 13:17:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 170C2342A87 for ; Tue, 6 Jul 2021 13:17:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 581A67C1 for ; Tue, 6 Jul 2021 13:17:31 +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: <1625577450.956a88f2c24c3f6f4bf4f30c6f3a30f225385ac1.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-21.1.4-r1.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 956a88f2c24c3f6f4bf4f30c6f3a30f225385ac1 X-VCS-Branch: master Date: Tue, 6 Jul 2021 13:17:31 +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: b7ee404a-7eb1-4830-b8f0-d7fb7afc850c X-Archives-Hash: e15b765c7d8d3aa45c8122432e280bf9 commit: 956a88f2c24c3f6f4bf4f30c6f3a30f225385ac1 Author: Jory Pratt gentoo org> AuthorDate: Tue Jul 6 13:17:30 2021 +0000 Commit: Jory Pratt gentoo org> CommitDate: Tue Jul 6 13:17:30 2021 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=956a88f2 media-libs/mesa: remove useless blank line Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Jory Pratt gentoo.org> media-libs/mesa/mesa-21.1.4-r1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/media-libs/mesa/mesa-21.1.4-r1.ebuild b/media-libs/mesa/mesa-21.1.4-r1.ebuild index 4fb400e..0ae0768 100644 --- a/media-libs/mesa/mesa-21.1.4-r1.ebuild +++ b/media-libs/mesa/mesa-21.1.4-r1.ebuild @@ -242,7 +242,6 @@ x86? ( usr/lib/libGLX_mesa.so.0.0.0 )" - PATCHES=( "${FILESDIR}"/${PN}-21.1.4-add-disable-tls-support.patch )