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 DF6B815802E for ; Mon, 24 Jun 2024 17:27:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37E18E2B05; Mon, 24 Jun 2024 17:27:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 22CA0E2B05 for ; Mon, 24 Jun 2024 17:27:39 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B3F7340988 for ; Mon, 24 Jun 2024 17:27:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF5371D50 for ; Mon, 24 Jun 2024 17:27:35 +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: <1719249994.3c7e26bd5c5e197b7fa5a432af676ee44664aac2.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/xdg-desktop-portal-kde/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-6.1.0.ebuild X-VCS-Directories: kde-plasma/xdg-desktop-portal-kde/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3c7e26bd5c5e197b7fa5a432af676ee44664aac2 X-VCS-Branch: master Date: Mon, 24 Jun 2024 17:27:35 +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: 45b6718f-e17d-4202-abec-21f5df55129a X-Archives-Hash: c8085fff813c9d403c5566403175588f commit: 3c7e26bd5c5e197b7fa5a432af676ee44664aac2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jun 24 17:18:53 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jun 24 17:26:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c7e26bd kde-plasma/xdg-desktop-portal-kde: Disable colorschemetest Bug: https://bugs.gentoo.org/926483 Signed-off-by: Andreas Sturmlechner gentoo.org> .../xdg-desktop-portal-kde/xdg-desktop-portal-kde-6.1.0.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-6.1.0.ebuild b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-6.1.0.ebuild index 3626c13352e7..9616fb0ed10d 100644 --- a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-6.1.0.ebuild +++ b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-6.1.0.ebuild @@ -58,3 +58,8 @@ BDEPEND=" >=dev-qt/qtwayland-${QTMIN}:6 virtual/pkgconfig " + +CMAKE_SKIP_TESTS=( + # bugs: 926483, wants dbus/X11 + colorschemetest +)