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 5F6AD15811D for ; Mon, 10 Jul 2023 23:04:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A2B4E084F; Mon, 10 Jul 2023 23:04:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 1C583E084F for ; Mon, 10 Jul 2023 23:04:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 26626340D3C for ; Mon, 10 Jul 2023 23:04:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C325ACC for ; Mon, 10 Jul 2023 23:04:52 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1689030257.86f69b05a88ea80acaf24eca55ec529addb800f2.marecki@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: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 86f69b05a88ea80acaf24eca55ec529addb800f2 X-VCS-Branch: master Date: Mon, 10 Jul 2023 23:04:52 +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: c8846dbf-ffbf-4be1-a32f-34f59103598f X-Archives-Hash: 5c446ebb52172f9f927d8aaac28e60f2 commit: 86f69b05a88ea80acaf24eca55ec529addb800f2 Author: Marek Szuba gentoo org> AuthorDate: Mon Jul 10 21:30:55 2023 +0000 Commit: Marek Szuba gentoo org> CommitDate: Mon Jul 10 23:04:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86f69b05 profiles/base: mask USE=doc on app-admin/ansible-molecule If dev-python/mkdocs-material cannot be prevented from violating the network sandbox, it cannot be used. End of story. Closes: https://bugs.gentoo.org/910093 Signed-off-by: Marek Szuba gentoo.org> profiles/base/package.use.mask | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index a5e1c4ab67ea..d851c92ac1f6 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,15 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Marek Szuba (2023-07-10) +# dev-python/mkdocs-material is by design directly integrated with +# Google Fonts and as such violates the network sandbox [1]. +# Upstream documentation mentions an option which supposedly prevents +# this, however adding it to the Molecule mkdocs.yml has had no effect. +# Looks like this will have to be addressed at the level of mkdocs-material. +# [1] https://squidfunk.github.io/mkdocs-material/setup/changing-the-fonts/ +app-admin/ansible-molecule doc + # William Hubbs (2023-06-30) # multiple repeated issues: Bug: #909394 net-libs/nodejs lto