summaryrefslogtreecommitdiff
path: root/dev-qt/qtgraphs/qtgraphs-6.9999.ebuild
AgeCommit message (Collapse)Author
2025-11-15dev-qt/qtgraphs: skip hanging tst_qgqmltest in liveIonen Wolkens
Just noticed that tests weren't being ran in 6.10.0, but Qt fixed something (not an ebuild issue) and now they're being ran which revealed that this test hangs and ultimately timeouts with QT_QPA_PLATFORM=offscreen. Tried it on its own with =xcb and it passes fine, so just going to skip it. May or may not only happen with USE=quick3d given the warnings but haven't verified. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2025-06-17dev-qt/qtgraphs: new package, add 6.9.1 + liveIonen Wolkens
Not needed by anything in ::gentoo "yet", but qtcharts is being deprecated in Qt 6.10 and projects are told to migrate to qtgraphs, so let's get this ready. Unknown at the moment how much quick3d will be needed/wanted (required for QtGraphsWidgets), left off-by-default for now but that can be revisited if packages start needing it. quick3d is kept conditional given it can be flaky on some arches (may need to mask depending on future keywords) and is semi-big to build. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>