commit: 08a8a025a327decbe69628c43ab4c9a315d879bc Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Sep 12 21:07:04 2024 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Fri Sep 13 12:56:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08a8a025
profiles: x86: Mask dev-python/QtPy[pyqt6,pyside6] Bug: https://bugs.gentoo.org/934361 Bug: https://bugs.gentoo.org/935070 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> profiles/arch/x86/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index ddda1cc8f9a4..77014314280b 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andreas Sturmlechner <[email protected]> (2024-09-12) +# dev-python/PyQt6 and dev-python/pyside6 aren't keyworded here, bug #935070 +dev-python/QtPy pyqt6 pyside6 + # orbea <[email protected]> (2024-07-19) # Unmask the dynarec flag which has x86 asm. games-emulation/rmg -dynarec
