commit: 8892447231456eb8e51aa6c7096e94d34dc2e364 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jun 26 05:37:24 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jun 26 05:37:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88924472
profiles/arch/riscv: mask dev-python/QtPy[test] Not ideal but hopefully can test enough via reverse dependencies; pulls in qtwebengine otherwise which is unkw'd. Bug: https://bugs.gentoo.org/854261 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/riscv/package.use.mask | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask index c4f506847c5e..67ade27261d0 100644 --- a/profiles/arch/riscv/package.use.mask +++ b/profiles/arch/riscv/package.use.mask @@ -4,7 +4,9 @@ # Sam James <[email protected]> (2022-06-26) # Avoid dragging in "heavy" parts of dev-qt/* unless/until # somebody needs them. bug #816981, bug #854261. +# Unfortunately, tests demand qtwebengine too. dev-python/QtPy pyside2 webengine +dev-python/QtPy test # Jakov Smolić <[email protected]> (2022-06-07) # riscv has no sanitizers unmasked for the time being, so
