commit:     1e6c13f71499609898c4983ce72f3921b502235f
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 19 00:55:57 2025 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Sep 19 03:05:39 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e6c13f7

dev-qt/qtbase: skip tst_wl_reconnect in 6.10+

Unsure why this used to pass last time I tried 6.10 given not much seem
to have changed (maybe it was getting auto-skipped somehow?) but it
overrides QT_QPA_PLATFORM=offscreen to =wayland which as expected fails
to load without a compositor setup in the ebuild.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 dev-qt/qtbase/qtbase-6.10.9999.ebuild | 1 +
 dev-qt/qtbase/qtbase-6.9999.ebuild    | 1 +
 2 files changed, 2 insertions(+)

diff --git a/dev-qt/qtbase/qtbase-6.10.9999.ebuild 
b/dev-qt/qtbase/qtbase-6.10.9999.ebuild
index 3c9f0a060c12..2a5a4acfcfc4 100644
--- a/dev-qt/qtbase/qtbase-6.10.9999.ebuild
+++ b/dev-qt/qtbase/qtbase-6.10.9999.ebuild
@@ -346,6 +346,7 @@ src_test() {
                tst_qopengl{,config,widget,window}
                tst_qx11info
                tst_surface
+               tst_wl_reconnect
                tst_xdgdecorationv1
                # fails for unknown reasons, but seatv4 is not actually used 
nowadays
                tst_seatv4

diff --git a/dev-qt/qtbase/qtbase-6.9999.ebuild 
b/dev-qt/qtbase/qtbase-6.9999.ebuild
index 3c9f0a060c12..2a5a4acfcfc4 100644
--- a/dev-qt/qtbase/qtbase-6.9999.ebuild
+++ b/dev-qt/qtbase/qtbase-6.9999.ebuild
@@ -346,6 +346,7 @@ src_test() {
                tst_qopengl{,config,widget,window}
                tst_qx11info
                tst_surface
+               tst_wl_reconnect
                tst_xdgdecorationv1
                # fails for unknown reasons, but seatv4 is not actually used 
nowadays
                tst_seatv4

Reply via email to