From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F239D159C9B for ; Wed, 24 Jul 2024 02:20:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B4E6E29F8; Wed, 24 Jul 2024 02:20:57 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5E8EAE29F8 for ; Wed, 24 Jul 2024 02:20:57 +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 364D8340BE2 for ; Wed, 24 Jul 2024 02:20:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 455931E63 for ; Wed, 24 Jul 2024 02:20:54 +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: <1721787583.6474c4979793d4bdfb13e834a382c03907e97333.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.7.9999.ebuild X-VCS-Directories: dev-qt/qtwayland/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 6474c4979793d4bdfb13e834a382c03907e97333 X-VCS-Branch: master Date: Wed, 24 Jul 2024 02:20:54 +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: bdafd7e9-b899-4fa4-b581-db58bb481eb4 X-Archives-Hash: a99aeef23da5ea8ed7a6e5ebaae9d110 commit: 6474c4979793d4bdfb13e834a382c03907e97333 Author: Ionen Wolkens gentoo org> AuthorDate: Wed Jul 24 01:56:27 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Wed Jul 24 02:19:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6474c497 dev-qt/qtwayland: sync missing change to 6.7.9999 Already present in 6.7.2 and 6.8.9999 but seems forgot to add it to 6.7.9999 and it will likely still be needed for 6.7.3 as upstream seems to be giving low priority to this issue. Signed-off-by: Ionen Wolkens gentoo.org> dev-qt/qtwayland/qtwayland-6.7.9999.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dev-qt/qtwayland/qtwayland-6.7.9999.ebuild b/dev-qt/qtwayland/qtwayland-6.7.9999.ebuild index dc3ce8575fd3..11f94d7bd709 100644 --- a/dev-qt/qtwayland/qtwayland-6.7.9999.ebuild +++ b/dev-qt/qtwayland/qtwayland-6.7.9999.ebuild @@ -35,6 +35,12 @@ CMAKE_SKIP_TESTS=( # needs a compositor/opengl, skip the extra trouble tst_surface 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 + # looked at upstream (https://bugreports.qt.io/browse/QTBUG-126379) + tst_client + tst_compositor + tst_scaling ) src_configure() {