commit: 3c4b9b6821a6da010c0d6a77419ed6049e946476 Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Thu Sep 23 15:32:16 2021 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Thu Sep 23 15:35:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c4b9b68
profiles/arch/riscv: mask USE=doc on some just-keyworded packages Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> profiles/arch/riscv/package.use.mask | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask index b3c7cf6dc80..562b6083052 100644 --- a/profiles/arch/riscv/package.use.mask +++ b/profiles/arch/riscv/package.use.mask @@ -1,6 +1,13 @@ # Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Marek Szuba <[email protected]> (2021-09-23) +# mkdocs ecosystem only partly keyworded on riscv, has rather messy +# Python-target requirements. +dev-python/backrefs doc +dev-python/pyspelling doc +dev-python/wcmatch doc + # Marek Szuba <[email protected]> (2021-09-19) # media-gfx/nvidia-texture-tools reports arch as unknown, fails to build media-libs/devil nvtt
