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 AE93C15802E for ; Mon, 24 Jun 2024 17:30:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08B04E2B43; Mon, 24 Jun 2024 17:30:25 +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 DE409E2B43 for ; Mon, 24 Jun 2024 17:30:24 +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 3071034300C for ; Mon, 24 Jun 2024 17:30:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C1FC1D50 for ; Mon, 24 Jun 2024 17:30: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: <1719250171.c3a1c2ae35d944db168606f7d1a420e2a573d7ee.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-6.1.49.9999.ebuild X-VCS-Directories: kde-plasma/xdg-desktop-portal-kde/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c3a1c2ae35d944db168606f7d1a420e2a573d7ee X-VCS-Branch: master Date: Mon, 24 Jun 2024 17:30: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: b4e47807-0ece-4b46-ba75-8563c7321b9f X-Archives-Hash: 043521bc055c595af8a383c0bf2e1de8 commit: c3a1c2ae35d944db168606f7d1a420e2a573d7ee Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jun 24 17:18:53 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jun 24 17:29:31 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c3a1c2ae 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.49.9999.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-6.1.49.9999.ebuild b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-6.1.49.9999.ebuild index e2ebe45a18..113e20c36e 100644 --- a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-6.1.49.9999.ebuild +++ b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-6.1.49.9999.ebuild @@ -58,3 +58,8 @@ BDEPEND=" >=dev-qt/qtwayland-${QTMIN}:6 virtual/pkgconfig " + +CMAKE_SKIP_TESTS=( + # bugs: 926483, wants dbus/X11 + colorschemetest +)