From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1387223-garchives=archives.gentoo.org@lists.gentoo.org>
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 5DC9F15808D
	for <garchives@archives.gentoo.org>; Mon, 18 Apr 2022 20:49:21 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 8C0D5E089C;
	Mon, 18 Apr 2022 20:49:20 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(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 4B1F6E089C
	for <gentoo-commits@lists.gentoo.org>; Mon, 18 Apr 2022 20:49:20 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 708953412CE
	for <gentoo-commits@lists.gentoo.org>; Mon, 18 Apr 2022 20:49:19 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 12BCF342
	for <gentoo-commits@lists.gentoo.org>; Mon, 18 Apr 2022 20:49:18 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
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" <asturm@gentoo.org>
Message-ID: <1650314934.5657f367bd1c49312889e15e1d4d0f922f45d688.asturm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/krunner/
X-VCS-Repository: repo/gentoo
X-VCS-Files: kde-frameworks/krunner/krunner-5.92.0.ebuild
X-VCS-Directories: kde-frameworks/krunner/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 5657f367bd1c49312889e15e1d4d0f922f45d688
X-VCS-Branch: master
Date: Mon, 18 Apr 2022 20:49:18 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 2e2a6d13-e21f-4be6-be10-cbe9b55af216
X-Archives-Hash: 4932c1d1678e2ce66f9649e91b5c136d

commit:     5657f367bd1c49312889e15e1d4d0f922f45d688
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 18 20:48:40 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Apr 18 20:48:54 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5657f367

kde-frameworks/krunner: Disable broken runnermanagertest

Bug: https://bugs.gentoo.org/838502
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-frameworks/krunner/krunner-5.92.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-frameworks/krunner/krunner-5.92.0.ebuild b/kde-frameworks/krunner/krunner-5.92.0.ebuild
index 27d1116f2d8a..61926d0583a6 100644
--- a/kde-frameworks/krunner/krunner-5.92.0.ebuild
+++ b/kde-frameworks/krunner/krunner-5.92.0.ebuild
@@ -44,9 +44,9 @@ src_configure() {
 }
 
 src_test() {
-	# requires virtual dbus, otherwise hangs; bugs #630672, #789351
+	# requires virtual dbus, otherwise hangs; bugs #630672, #789351, #838502
 	local myctestargs=(
-		-E "(dbusrunnertest|runnermanagersinglerunnermodetest)"
+		-E "(dbusrunnertest|runnermanagersinglerunnermodetest|runnermanagertest)"
 	)
 	ecm_src_test
 }