summaryrefslogtreecommitdiff
path: root/dev-python/PyQt6/files
AgeCommit message (Collapse)Author
2024-06-28dev-python/PyQt6: drop 6.6.1Ionen Wolkens
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2023-12-19dev-python/PyQt6: drop 6.5.3Ionen Wolkens
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2023-12-12dev-python/PyQt6: fix build with upcoming qtbase-6.7.0Ionen Wolkens
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2023-10-11dev-python/PyQt6: update description for qt660.patchIonen Wolkens
Upon closer look the fix is subpar as did not formerly notice the removed bit had a replacement looking only at the header (without the commit). Not that this is an issue with what it's used with at the moment (afaik only qutebrowser really uses PyQt6's sql) so will stick with it until next release. Kind of wonder how Arch got it to build without patches given there is a "Qt 6.6 rebuild" PyQt6 commit, maybe it actually used 6.5 given 6.6 is still in experimental (not that this would be an issue given it works at runtime with 6.6 then). Retried with final version (formerly 6.6.0-rc) without patch, and it still fails. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2023-10-10dev-python/PyQt6: fix USE=sql build with qt6.6Ionen Wolkens
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>