commit: 9e53e9cc12d18048cd7be0a1fa4c2a2dc125dcab Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Fri Sep 23 08:51:30 2022 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Fri Sep 23 08:51:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e53e9cc
profiles/arch/powerpc: mask QtPy[pyside2,pyside6,pyqt6] on ppc(64) Bug: https://bugs.gentoo.org/871525 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> profiles/arch/powerpc/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/arch/powerpc/package.use.mask b/profiles/arch/powerpc/package.use.mask index 8b1b8edb0e7b..bcff852d1977 100644 --- a/profiles/arch/powerpc/package.use.mask +++ b/profiles/arch/powerpc/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andrew Ammerlaan <[email protected]> (2022-09-23) +# Only PyQt5 is keyworded on pcc64 at the moment. +# Mask the other Qt4Python implementations +dev-python/QtPy pyside2 pyqt6 pyside6 + # Matt Turner <[email protected]> (2022-04-18) # app-text/nuspell is not keyworded app-text/enchant nuspell
