commit: 6142604c2c72799f06f37f1c93d5db8a5349798e Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Tue May 3 17:29:16 2022 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Tue May 3 17:31:06 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6142604c
profiles/base: package.use.mask firefox[sndio,system-python] Bug: https://bugs.gentoo.org/842420 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> profiles/base/package.use.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 90c9a78d9d48..6bca4b6608f3 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,12 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Joonas Niilola <[email protected]> (2022-05-03) +# sndio is currently broken in Gentoo, #842420. +# system-python is HIGHLY EXPERIMENTAL according to upstream, and +# still being worked on in Gentoo. +>=www-client/firefox-100.0 sndio system-python + # Piotr Karbowski <[email protected]> (2022-04-29) # There's a bug with gnutls support leading TLS certificates # validation failures on some certificates that are otherwise valid.
