commit: 613f894f37c12d7087d6f9a70ecd1b939e370924 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Thu Apr 7 16:14:20 2022 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Thu Apr 7 16:16:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=613f894f
profiles/arch/riscv: Mask sys-block/fio[rbd] Depends on sys-cluster/ceph, which needs valgdring (unavailable on risc-v) Signed-off-by: Jakov Smolić <jsmolic <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 7e63597355cc..fa265a36511d 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 +# Jakov Smolić <[email protected]> (2022-04-07) +# Depends on sys-cluster/ceph which pulls in valgrind, which is +# unavailable on riscv currently +sys-block/fio rbd + # 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)
