Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/
Date: Tue, 03 May 2022 17:31:14
Message-Id: 1651599066.6142604c2c72799f06f37f1c93d5db8a5349798e.juippis@gentoo
1 commit: 6142604c2c72799f06f37f1c93d5db8a5349798e
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 3 17:29:16 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue May 3 17:31:06 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6142604c
7
8 profiles/base: package.use.mask firefox[sndio,system-python]
9
10 Bug: https://bugs.gentoo.org/842420
11 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
12
13 profiles/base/package.use.mask | 6 ++++++
14 1 file changed, 6 insertions(+)
15
16 diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
17 index 90c9a78d9d48..6bca4b6608f3 100644
18 --- a/profiles/base/package.use.mask
19 +++ b/profiles/base/package.use.mask
20 @@ -6,6 +6,12 @@
21 # This file is only for generic masks. For arch-specific masks (i.e.
22 # mask everywhere, unmask on arch/*) use arch/base.
23
24 +# Joonas Niilola <juippis@g.o> (2022-05-03)
25 +# sndio is currently broken in Gentoo, #842420.
26 +# system-python is HIGHLY EXPERIMENTAL according to upstream, and
27 +# still being worked on in Gentoo.
28 +>=www-client/firefox-100.0 sndio system-python
29 +
30 # Piotr Karbowski <slashbeast@g.o> (2022-04-29)
31 # There's a bug with gnutls support leading TLS certificates
32 # validation failures on some certificates that are otherwise valid.