commit: 82b54e4e899ff16c9727b7701ca5f6aeee34e0f9 Author: Yu Gu <guyu2876 <AT> gmail <DOT> com> AuthorDate: Tue Jul 26 06:37:56 2022 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Tue Jul 26 06:51:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82b54e4e
profiles/arch/riscv: Mask USE=xen,rbd on app-emulation/libvirt Bug: https://bugs.gentoo.org/859703 Signed-off-by: Yu Gu <guyu2876 <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/26598 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> profiles/arch/riscv/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask index 4f50a12584c0..ffd587d0c3a5 100644 --- a/profiles/arch/riscv/package.use.mask +++ b/profiles/arch/riscv/package.use.mask @@ -1,6 +1,10 @@ # Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Yu Gu <[email protected]> (2022-07-26) +# Xen does not work on riscv, ceph not tested, bug #859625 +app-emulation/libvirt xen rbd + # Sam James <[email protected]> (2022-07-02) # The required sys-libs/db slot is not keyworded on riscv dev-libs/cyrus-sasl berkdb
