commit: bdfef062dc1dfa35f6f46e6a019444cd55603b23 Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Wed Mar 30 09:39:14 2022 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Fri Apr 1 08:18:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdfef062
profiles/arch/riscv: mask USE=test-full on dev-python/subprocess-tee Indirect revdep of dev-python/pytest-testinfra. Bug: https://bugs.gentoo.org/835717 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> profiles/arch/riscv/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask index 0e1f6495534c..8baaa257230a 100644 --- a/profiles/arch/riscv/package.use.mask +++ b/profiles/arch/riscv/package.use.mask @@ -1,6 +1,11 @@ # Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Marek Szuba <[email protected]> (2022-03-30) +# Indirectly depends on dev-python/pytest-testinfra, which is currently +# blocked from being keyworded on this arch by several errors (Bug #835717) +dev-python/subprocess-tee test-full + # Jakov Smolić <[email protected]> (2022-03-25) # sys-process/criu doesn't support riscv (bug #835975) # Upstream bug for criu: https://github.com/checkpoint-restore/criu/issues/1702
