diff options
author | Marek Szuba <marecki@gentoo.org> | 2024-04-07 16:18:22 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2024-04-07 16:22:26 +0100 |
commit | b7bc253350babe529a09c417efd240e04d6bb268 (patch) | |
tree | 952739c2401f1a7b106ac2c3d95087a98ea81c10 /profiles/features | |
parent | app-emulation/protontricks: add 1.11.1 (diff) | |
download | gentoo-b7bc253350babe529a09c417efd240e04d6bb268.tar.gz gentoo-b7bc253350babe529a09c417efd240e04d6bb268.tar.bz2 gentoo-b7bc253350babe529a09c417efd240e04d6bb268.zip |
profiles/features/musl: mask app-emulation/protontricks
It's a helper tool for Steam. Steam does not, and likely never will
according to upstream, support musl. As such, no point in even trying to
switch from 'ldconfig -XNv' to something supported by musl for
retrieving the host library path.
Closes: https://bugs.gentoo.org/922391
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'profiles/features')
-rw-r--r-- | profiles/features/musl/package.mask | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index 07351f961a50..1c6aa91f0df2 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -1,6 +1,13 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Marek Szuba <marecki@gentoo.org> (2024-04-07) +# Relies on musl-incompatible ldconfig behaviour to determine the list of host +# library directories. More importantly however, protontricks is useless without +# Steam and Steam will almost certainly never support musl (see e.g. +# https://github.com/ValveSoftware/steam-for-linux/issues/9284). +app-emulation/protontricks + # Matthew Smith <matthew@gentoo.org> (2024-04-07) # Mask until execinfo.h use can be properly patched, bug #853856 media-gfx/renderdoc |