From d79d2e9f6ecea6c5e88010cddb553a60dc7534a6 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Sat, 27 Sep 2025 21:20:08 -0400 Subject: [PATCH] dev-qt/qtwayland: skip tst_wl_reconnect in 6.9 live See commit 1e6c13f71499609898c4983ce72f3921b502235f, aka same as qtbase-6.10.9999 which has inherited the wayland platform plugin. Signed-off-by: Ionen Wolkens --- dev-qt/qtwayland/qtwayland-6.9.9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-qt/qtwayland/qtwayland-6.9.9999.ebuild b/dev-qt/qtwayland/qtwayland-6.9.9999.ebuild index 65f970f02e041..ff78691dc5697 100644 --- a/dev-qt/qtwayland/qtwayland-6.9.9999.ebuild +++ b/dev-qt/qtwayland/qtwayland-6.9.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2024 Gentoo Authors +# Copyright 2021-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -38,6 +38,7 @@ CMAKE_SKIP_TESTS=( tst_seatv4 # needs a compositor/opengl, skip the extra trouble tst_surface + tst_wl_reconnect tst_xdgdecorationv1 # known failing with wayland-1.23.0 (or at least with offscreen), not # believed to result in critical runtime issues so skip until this is