commit:     6474c4979793d4bdfb13e834a382c03907e97333
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 24 01:56:27 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> 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 <ionen <AT> 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() {

Reply via email to