commit: 0350fea36bfeca98b07b8b3375a480cc17616e19 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org> AuthorDate: Thu Jan 9 14:09:37 2020 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org> CommitDate: Thu Jan 9 14:13:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0350fea3
profiles/arch/riscv: mask fam until keyworded Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org> profiles/arch/riscv/use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/riscv/use.mask b/profiles/arch/riscv/use.mask index 31481e04a8c..719207e03b7 100644 --- a/profiles/arch/riscv/use.mask +++ b/profiles/arch/riscv/use.mask @@ -4,6 +4,10 @@ # Unmask the flag which corresponds to ARCH. -riscv +# Ben Kohler <[email protected]> (2019-01-09) +# no fam providers keyworded yet +fam + # Sergei Trofimovich <[email protected]> (2019-11-27) # valgrind has no RISCV port. valgrind
