commit: d1a5bfe9220d3eb9e0d0ef33c46c57e87a272f19 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Jul 31 19:32:53 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jul 31 19:33:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1a5bfe9
profiles/arch/riscv: mask cmake[doc], json-c[doc] Bug: https://bugs.gentoo.org/724358 Bug: https://bugs.gentoo.org/720296 Signed-off-by: Sam James <sam <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 0a595e2b137..fdbb0ad5480 100644 --- a/profiles/arch/riscv/package.use.mask +++ b/profiles/arch/riscv/package.use.mask @@ -1,6 +1,12 @@ # Copyright 2019-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2020-07-31) +# Large amount of missing keywords for cmake and friends +# bug #720296, bug #724358 +dev-util/cmake doc +dev-libs/jsoncpp doc + # Lars Wendler <[email protected]> (2020-06-25) # Missing keyword. Requires dev-util/cmake which also lacks keyword and # possibly a whole bunch of its deps as well
