commit: 4be1827f63bd96e3b404b45b4715103753e24f35 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jun 26 05:33:07 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jun 26 05:33:07 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4be1827f
profiles/arch/riscv: mask dev-python/QtPy[pyside2] Bug: https://bugs.gentoo.org/854261 Signed-off-by: Sam James <sam <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 9a6dee8dceb7..22a87762fc08 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 +# Sam James <[email protected]> (2022-06-26) +# Avoid dragging in obscure parts of dev-qt/* unless/until +# somebody needs them. bug #816981, bug #854261. +dev-python/QtPy pyside2 + # Jakov Smolić <[email protected]> (2022-06-07) # riscv has no sanitizers unmasked for the time being, so # mask to prevent emerge from erroring out by default
