From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5E07C1581B9 for ; Sun, 28 Sep 2025 01:38:34 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 42F92340DD5 for ; Sun, 28 Sep 2025 01:38:34 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 3CFE31104A0; Sun, 28 Sep 2025 01:38:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 2D8EC1104A0 for ; Sun, 28 Sep 2025 01:38:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D3D45340DD5 for ; Sun, 28 Sep 2025 01:38:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4495239C3 for ; Sun, 28 Sep 2025 01:38:31 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1759023464.d79d2e9f6ecea6c5e88010cddb553a60dc7534a6.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwayland/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtwayland/qtwayland-6.9.9999.ebuild X-VCS-Directories: dev-qt/qtwayland/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: d79d2e9f6ecea6c5e88010cddb553a60dc7534a6 X-VCS-Branch: master Date: Sun, 28 Sep 2025 01:38:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3521ccfa-66c7-493b-880f-2e4b5a2480f5 X-Archives-Hash: 063d50229ec43bcbd647a427eeda1925 commit: d79d2e9f6ecea6c5e88010cddb553a60dc7534a6 Author: Ionen Wolkens gentoo org> AuthorDate: Sun Sep 28 01:20:08 2025 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sun Sep 28 01:37:44 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d79d2e9f 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 gentoo.org> 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 65f970f02e04..ff78691dc569 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