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 91EC615802E for ; Mon, 24 Jun 2024 18:42:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC641E2A98; Mon, 24 Jun 2024 18:42:23 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 CB8B3E2A98 for ; Mon, 24 Jun 2024 18:42:23 +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 12C73343005 for ; Mon, 24 Jun 2024 18:42:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C03F1D36 for ; Mon, 24 Jun 2024 18:42:21 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1719254528.dff1d7f25bdf3f41e3f186a51030bfc042e17c2d.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/xdg-desktop-portal-kde/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-9999.ebuild X-VCS-Directories: kde-plasma/xdg-desktop-portal-kde/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: dff1d7f25bdf3f41e3f186a51030bfc042e17c2d X-VCS-Branch: master Date: Mon, 24 Jun 2024 18:42:21 +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: bb5b6d93-8e5f-4270-b3b9-717a040a224d X-Archives-Hash: 6a763f0ec0a0ea4f8baa4aa8a20ef7fa commit: dff1d7f25bdf3f41e3f186a51030bfc042e17c2d Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jun 24 18:40:41 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jun 24 18:42:08 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=dff1d7f2 kde-plasma/xdg-desktop-portal-kde: Sync test disabling w/ 6.1 branch Bug: https://bugs.gentoo.org/926483 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-9999.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-9999.ebuild b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-9999.ebuild index f0454c5b6c..c956d4676a 100644 --- a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-9999.ebuild +++ b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-9999.ebuild @@ -58,3 +58,8 @@ BDEPEND=" >=dev-qt/qtwayland-${QTMIN}:6 virtual/pkgconfig " + +CMAKE_SKIP_TESTS=( + # bugs: 926483, wants dbus/X11 + colorschemetest +)