commit: 4f5ae5397d0c254966f4f5755c4bd2a01bf8e693 Author: Alex Fan <alex.fan.q <AT> gmail <DOT> com> AuthorDate: Mon Feb 28 01:39:32 2022 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Mon Feb 28 07:02:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f5ae539
profiles/arch/riscv: mask media-gfx/krita[vc] build fails with USE=vc Signed-off-by: Alex Fan <alex.fan.q <AT> gmail.com> Signed-off-by: Yixun Lan <dlan <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 792884dc36e9..9f7d5a307eab 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 +# Alex Fan <[email protected]> (2022-02-28) +# dev-libs/vc is a dummy implementation on this arch +# krita fails to build with it +media-gfx/krita vc + # Adel Kara Slimane <[email protected]> (2022-02-17) # Mask AMF keyword on non-amd64 arches # It is unusable, for now, in other arches
