commit: c9cab666668a1d2f3fc504953756676704042996 Author: Yixun Lan <dlan <AT> gentoo <DOT> org> AuthorDate: Sun Aug 29 07:59:44 2021 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Wed Sep 1 09:21:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9cab666
profiles/arch/riscv: sys-apps/fwupd, mask broken USEs mask USE=flashrom,introspection,dell,spi,uefi which not work so far Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org> profiles/arch/riscv/package.use.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask index c762425bc80..fd38786522a 100644 --- a/profiles/arch/riscv/package.use.mask +++ b/profiles/arch/riscv/package.use.mask @@ -1,6 +1,12 @@ # Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Yixun Lan <[email protected]> (2021-08-29) +# sys-apps/fwupd not tested, USE=spi,uefi,dell +# sys-apps/flashrom no risc-v support, bug 810880 +# sys-apps/flashrom USE=introspection fail to build, bug 811321 +sys-apps/fwupd flashrom introspection spi uefi + # Marek Szuba <[email protected]> (2021-08-25) # sys-fabric/infinipath-psm does not support riscv sys-cluster/openmpi openmpi_fabrics_psm
