summaryrefslogtreecommitdiff
path: root/dev-python/PyQt6/PyQt6-6.5.1.ebuild
AgeCommit message (Collapse)Author
2023-08-06dev-python/PyQt6: drop 6.5.1Ionen Wolkens
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2023-06-17dev-python/PyQt6: remove gcc dependency, update hackIonen Wolkens
Turns out that this *can* use clang++ but only if qtbase was built with clang++ as well, otherwise it still uses g++ even with CXX=clang++ But given the former, there is little reason to enforce the dependency. Ideally would use CXX but that would require more elaborate testing to know what it is and what qtbase was built with (perhaps if ever add the hack to qmake-utils.eclass). No revbump given PyQt* bindings are a slowish build and depcleaning gcc is a bit niche, the few interested can handle this manually until next bump. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2023-06-13dev-python/PyQt6: use qmake-utils new qt6 functionsIonen Wolkens
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2023-06-03dev-python/PyQt6: add 6.5.1Ionen Wolkens
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>