commit: 86f69b05a88ea80acaf24eca55ec529addb800f2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Mon Jul 10 21:30:55 2023 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> 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 <marecki <AT> 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 <mare...@gentoo.org> (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 <willi...@gentoo.org> (2023-06-30) # multiple repeated issues: Bug: #909394 net-libs/nodejs lto