summaryrefslogtreecommitdiff
path: root/dev-qt/qttools/qttools-6.8.3.ebuild
AgeCommit message (Collapse)Author
2025-07-10dev-qt/qttools: drop 6.8.3Ionen Wolkens
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2025-06-09dev-qt/qttools: Stabilize 6.8.3 ppc, #953873Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-05-05dev-qt/qttools: Stabilize 6.8.3 x86, #953873Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-05-03dev-qt/qttools: Stabilize 6.8.3 ppc64, #953873Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-04-16dev-qt/qttools: Stabilize 6.8.3 arm64, #953873Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-04-16dev-qt/qttools: Stabilize 6.8.3 amd64, #953873Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-04-15dev-qt/qttools: Stabilize 6.8.3 arm, #953873Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-04-03dev-qt/qttools: fix clang detection with libcxxIonen Wolkens
Happened to notice this while testing 6.9.0 with llvm-musl, and this been broken since 6.8.3 (with USE=clang) that had the same change picked to. CMake Error at cmake/FindWrapLibClang.cmake:72 (find_package): find_package called with invalid argument "20.1.1+libcxx" At first I thought this was caused by our sed, but that specific line is unmodified and is using ${LLVM_VERSION} which has the +libcxx bit appended (or at least, it does with llvm:20). This is Qt's attempt at getting a "matching" version for Clang. Given we are trying to remove version specifications to let the eclass pick them instead (will always match), may as well just remove it as well. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2025-03-26dev-qt/qttools: add 6.8.3Ionen Wolkens
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>