Gentoo Archives: gentoo-commits

From: Jory Pratt <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: media-libs/mesa/
Date: Wed, 05 Jan 2022 22:38:36
Message-Id: 1641422306.a879bd5251d3616f90303f8e8b3d25ef342187fe.anarchy@gentoo
1 commit: a879bd5251d3616f90303f8e8b3d25ef342187fe
2 Author: Jory Pratt <anarchy <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 5 22:38:26 2022 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 5 22:38:26 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=a879bd52
7
8 media-libs/mesa: Fix invalid meson arg for tls
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>
12
13 media-libs/mesa/mesa-21.2.6.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/media-libs/mesa/mesa-21.2.6.ebuild b/media-libs/mesa/mesa-21.2.6.ebuild
17 index c5830db8..dfa0eb93 100644
18 --- a/media-libs/mesa/mesa-21.2.6.ebuild
19 +++ b/media-libs/mesa/mesa-21.2.6.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -396,7 +396,7 @@ multilib_src_configure() {
27
28 # Disable glx tls support on musl
29 if use elibc_musl; then
30 - emesonargs+=( -Delf-tls=false )
31 + emesonargs+=( -Duse-elf-tls=false )
32 fi
33
34 if use gallium; then