commit: 4408fa642b3e3978dedd492293ac657ceeb97eae Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org> AuthorDate: Mon Dec 5 16:35:11 2022 +0000 Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org> CommitDate: Mon Dec 5 17:21:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4408fa64
profiles/arch/loong: mask untested Python Qt configurations Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org> profiles/arch/loong/package.use.mask | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/profiles/arch/loong/package.use.mask b/profiles/arch/loong/package.use.mask index 11542c59546d..e82545addfb4 100644 --- a/profiles/arch/loong/package.use.mask +++ b/profiles/arch/loong/package.use.mask @@ -1,6 +1,15 @@ # Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# WANG Xuerui <[email protected]> (2022-12-06) +# dev-python/pyside2 not keyworded yet +dev-python/QtPy pyside2 +dev-python/qtconsole test + +# WANG Xuerui <[email protected]> (2022-12-06) +# dev-qt/qtwebengine:5 isn't available on loong. +dev-python/QtPy webengine + # WANG Xuerui <[email protected]> (2022-12-05) # app-arch/p7zip fails one test kde-apps/kdeutils-meta 7zip @@ -78,6 +87,7 @@ dev-libs/boost -context # WANG Xuerui <[email protected]> (2022-12-02) # dev-qt/qtlocation:5 fails to compile with gcc-13 for now. dev-python/PyQt5 location +dev-python/QtPy test # WANG Xuerui <[email protected]> (2022-12-01) # sys-libs/libhugetlbfs isn't buildable here yet due to arch-specific code.
