Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/riscv/
Date: Fri, 01 Apr 2022 08:18:31
Message-Id: 1648801090.bdfef062dc1dfa35f6f46e6a019444cd55603b23.marecki@gentoo
1 commit: bdfef062dc1dfa35f6f46e6a019444cd55603b23
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 30 09:39:14 2022 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 1 08:18:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdfef062
7
8 profiles/arch/riscv: mask USE=test-full on dev-python/subprocess-tee
9
10 Indirect revdep of dev-python/pytest-testinfra.
11
12 Bug: https://bugs.gentoo.org/835717
13 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
14
15 profiles/arch/riscv/package.use.mask | 5 +++++
16 1 file changed, 5 insertions(+)
17
18 diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask
19 index 0e1f6495534c..8baaa257230a 100644
20 --- a/profiles/arch/riscv/package.use.mask
21 +++ b/profiles/arch/riscv/package.use.mask
22 @@ -1,6 +1,11 @@
23 # Copyright 2019-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 +# Marek Szuba <marecki@g.o> (2022-03-30)
27 +# Indirectly depends on dev-python/pytest-testinfra, which is currently
28 +# blocked from being keyworded on this arch by several errors (Bug #835717)
29 +dev-python/subprocess-tee test-full
30 +
31 # Jakov Smolić <jsmolic@g.o> (2022-03-25)
32 # sys-process/criu doesn't support riscv (bug #835975)
33 # Upstream bug for criu: https://github.com/checkpoint-restore/criu/issues/1702