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 386161580CF 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 D2572E2B42; Mon, 24 Jun 2024 17:30:24 +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 B51D7E2B42 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 0B5AD342FF9 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 4515C1D4E 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: <1719250157.69d72b53d3db91140b0f535d59fe89f90c032ed0.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/krunner/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/krunner/krunner-9999.ebuild X-VCS-Directories: kde-frameworks/krunner/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 69d72b53d3db91140b0f535d59fe89f90c032ed0 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: 95ad73ab-3011-4292-8546-b99a9eb5ae6c X-Archives-Hash: 45dbfda74f0f6b892d51eb117e73147c commit: 69d72b53d3db91140b0f535d59fe89f90c032ed0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jun 24 16:40:26 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jun 24 17:29:17 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=69d72b53 kde-frameworks/krunner: Disable threadingtest Bug: https://bugs.gentoo.org/926502 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/krunner/krunner-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kde-frameworks/krunner/krunner-9999.ebuild b/kde-frameworks/krunner/krunner-9999.ebuild index 8f8db790e6..e96fc120d0 100644 --- a/kde-frameworks/krunner/krunner-9999.ebuild +++ b/kde-frameworks/krunner/krunner-9999.ebuild @@ -29,4 +29,6 @@ CMAKE_SKIP_TESTS=( runnermanagersinglerunnermodetest # bug 838502 runnermanagertest + # bug 926502, needs dbus + threadingtest )