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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BF87A158086 for ; Wed, 5 Jan 2022 22:38:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A70332BC03D; Wed, 5 Jan 2022 22:38:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 091E92BC03D for ; Wed, 5 Jan 2022 22:38:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 04CDF3430EE for ; Wed, 5 Jan 2022 22:38:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6ADD7232 for ; Wed, 5 Jan 2022 22:38: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: <1641422306.a879bd5251d3616f90303f8e8b3d25ef342187fe.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.2.6.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: a879bd5251d3616f90303f8e8b3d25ef342187fe X-VCS-Branch: master Date: Wed, 5 Jan 2022 22:38: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: 7923c45e-70e6-45f3-94a4-25af41ac75c9 X-Archives-Hash: a168dfb3aca633918eeac066946b6b1c commit: a879bd5251d3616f90303f8e8b3d25ef342187fe Author: Jory Pratt gentoo org> AuthorDate: Wed Jan 5 22:38:26 2022 +0000 Commit: Jory Pratt gentoo org> CommitDate: Wed Jan 5 22:38:26 2022 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=a879bd52 media-libs/mesa: Fix invalid meson arg for tls Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Jory Pratt gentoo.org> media-libs/mesa/mesa-21.2.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/mesa/mesa-21.2.6.ebuild b/media-libs/mesa/mesa-21.2.6.ebuild index c5830db8..dfa0eb93 100644 --- a/media-libs/mesa/mesa-21.2.6.ebuild +++ b/media-libs/mesa/mesa-21.2.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -396,7 +396,7 @@ multilib_src_configure() { # Disable glx tls support on musl if use elibc_musl; then - emesonargs+=( -Delf-tls=false ) + emesonargs+=( -Duse-elf-tls=false ) fi if use gallium; then