commit: 7bf6edca85aae719efca3ce169d96880586f9a4c Author: Violet Purcell <vimproved <AT> inventati <DOT> org> AuthorDate: Thu Jan 25 18:29:37 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Feb 2 05:28:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bf6edca
profiles/features/musl: mask gui-libs/gtk[cpu_flags_x86_f16c] f16c support in gtk4 requires the ifunc attribute, which is not available on musl. There is a configure check for this, however it seems to be unreliable. Closes: https://bugs.gentoo.org/922897 Signed-off-by: Violet Purcell <vimproved <AT> inventati.org> Closes: https://github.com/gentoo/gentoo/pull/35014 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/features/musl/package.use.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/features/musl/package.use.mask b/profiles/features/musl/package.use.mask index c134af6cab69..41d6d5ecc625 100644 --- a/profiles/features/musl/package.use.mask +++ b/profiles/features/musl/package.use.mask @@ -1,6 +1,12 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Violet Purcell <[email protected]> (2024-01-25) +# f16c support in gtk4 requires the ifunc attribute, which +# is not available on musl. There is a configure check for +# this, however it seems to be unreliable, see bug #922897. +gui-libs/gtk cpu_flags_x86_f16c + # Andrew Ammerlaan <[email protected]> (2024-01-12) # The systemd flag is globally masked on musl. But we need # systemd's kernel-install to use systemd-boot which is still
