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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C058513835A for ; Mon, 7 Sep 2020 05:27:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFE85E08CE; Mon, 7 Sep 2020 05:27:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B7A6FE08CE for ; Mon, 7 Sep 2020 05:27:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9DA2F340C5B for ; Mon, 7 Sep 2020 05:27:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42450320 for ; Mon, 7 Sep 2020 05:27:05 +0000 (UTC) From: "Stephan Hartmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Stephan Hartmann" Message-ID: <1599456372.02ee43ce60f341715dfa3ed4419b2c83e4cfe619.sultan@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: sultan X-VCS-Committer-Name: Stephan Hartmann X-VCS-Revision: 02ee43ce60f341715dfa3ed4419b2c83e4cfe619 X-VCS-Branch: master Date: Mon, 7 Sep 2020 05:27:05 +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: 900379ff-3744-46b6-bcca-e66e6fad4929 X-Archives-Hash: 87f1367da13112237153ebfcdff03096 commit: 02ee43ce60f341715dfa3ed4419b2c83e4cfe619 Author: Stephan Hartmann gentoo org> AuthorDate: Sun Sep 6 19:25:16 2020 +0000 Commit: Stephan Hartmann gentoo org> CommitDate: Mon Sep 7 05:26:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02ee43ce profiles: mask >=www-client/chromium-87[wayland] Signed-off-by: Stephan Hartmann gentoo.org> profiles/base/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 5b8d03b823f..6fb0c6487de 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,10 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Stephan Hartmann (2020-09-06) +# Causes seccomp sandbox violation or chromium might hang on startup. +>=www-client/chromium-87 wayland + # Sam James (2020-09-06) # media-libs/libmypaint[openmp] breaks reverse dependency # media-gfx/mypaint, and possibly others.