From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6C992158090 for ; Tue, 3 May 2022 17:31:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74701E079E; Tue, 3 May 2022 17:31:13 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5A37DE079E for ; Tue, 3 May 2022 17:31:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8617C3411AB for ; Tue, 3 May 2022 17:31:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E19E43B for ; Tue, 3 May 2022 17:31:11 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1651599066.6142604c2c72799f06f37f1c93d5db8a5349798e.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.mask X-VCS-Directories: profiles/base/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 6142604c2c72799f06f37f1c93d5db8a5349798e X-VCS-Branch: master Date: Tue, 3 May 2022 17:31:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9d14965a-338c-421a-a5dd-bc9fd87dafff X-Archives-Hash: 708539e548e0ccb56c28195f004996e6 commit: 6142604c2c72799f06f37f1c93d5db8a5349798e Author: Joonas Niilola gentoo org> AuthorDate: Tue May 3 17:29:16 2022 +0000 Commit: Joonas Niilola gentoo 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 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 (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 (2022-04-29) # There's a bug with gnutls support leading TLS certificates # validation failures on some certificates that are otherwise valid.