commit: 1f3fa67720f27259f3befe6300ab40e5c989509f Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Thu Nov 20 12:13:41 2025 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Thu Nov 20 12:51:57 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f3fa677
profiles: unmask >=dev-python/pyqt6-6.10 Keeping the rest of Qt 6.10.0 masked as it may be messy to unmask when pyside-6.10.0 is in tree but 6.10.1 isn't (yet), will drop the mask together with Qt 6.10.0 later instead. Doesn't matter for PyQt6 given it's fine with 6.10.1 unlike pyside. Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> profiles/package.mask | 2 -- 1 file changed, 2 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index a0f6fcd05b13..99a1100652fe 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -156,8 +156,6 @@ net-libs/NativeThread # # A common issue with 6.10 is builds failing to find Qt private headers # as it (now) requires searching for e.g. GuiPrivate in CMakeLists.txt. -=dev-python/pyqt6-6.10* -=dev-python/pyqt6-webengine-6.10* =dev-python/pyside-6.10.0* =dev-qt/qt-docs-6.10.0* =dev-qt/qt3d-6.10.0*
