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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 69F0F1382C5 for ; Thu, 20 May 2021 19:49:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8AF16E083E; Thu, 20 May 2021 19:49:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 70E01E083E for ; Thu, 20 May 2021 19:49:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DEB3A335D0A for ; Thu, 20 May 2021 19:48:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6063C729 for ; Thu, 20 May 2021 19:48:58 +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: <1621540097.f921232177375a36cb8811d21e1b5428b8104a58.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: f921232177375a36cb8811d21e1b5428b8104a58 X-VCS-Branch: master Date: Thu, 20 May 2021 19:48:58 +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: c9ad80f7-b482-4d6d-a82a-023bb51ebdd3 X-Archives-Hash: 43ba8e7e2e3fb9a1108ba5a701be3776 commit: f921232177375a36cb8811d21e1b5428b8104a58 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu May 20 19:48:17 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu May 20 19:48:17 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f9212321 kde-frameworks/krunner: Disable hanging test Bug: https://bugs.gentoo.org/789351 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/krunner/krunner-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kde-frameworks/krunner/krunner-9999.ebuild b/kde-frameworks/krunner/krunner-9999.ebuild index 2698ef579c..8a8bd4b7cf 100644 --- a/kde-frameworks/krunner/krunner-9999.ebuild +++ b/kde-frameworks/krunner/krunner-9999.ebuild @@ -9,6 +9,7 @@ VIRTUALX_REQUIRED="test" inherit ecm kde.org DESCRIPTION="Framework for providing different actions given a string query" + LICENSE="LGPL-2+" KEYWORDS="" IUSE="activities" @@ -38,9 +39,9 @@ src_configure() { } src_test() { - # requires virtual dbus #630672 + # requires virtual dbus, otherwise hangs; bugs #630672, #789351 local myctestargs=( - -E "(dbusrunnertest)" + -E "(dbusrunnertest|runnermanagersinglerunnermodetest)" ) ecm_src_test }