From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-979714-garchives=archives.gentoo.org@lists.gentoo.org> 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 16AB81396D9 for <garchives@archives.gentoo.org>; Sun, 22 Oct 2017 11:45:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12192E0C64; Sun, 22 Oct 2017 11:45:43 +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 E1641E0C64 for <gentoo-commits@lists.gentoo.org>; Sun, 22 Oct 2017 11:45:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 7F24433BEAC for <gentoo-commits@lists.gentoo.org>; Sun, 22 Oct 2017 11:45:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9D4E309 for <gentoo-commits@lists.gentoo.org>; Sun, 22 Oct 2017 11:45:38 +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: <1508672712.22975c0a8374edfa9487fd140436976ff6418e80.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: 22975c0a8374edfa9487fd140436976ff6418e80 X-VCS-Branch: master Date: Sun, 22 Oct 2017 11:45:38 +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-Archives-Salt: 254dcf3c-2336-4b30-b2fc-fd835a24b94b X-Archives-Hash: 65bc4d1a412c345bb980061794a975ad commit: 22975c0a8374edfa9487fd140436976ff6418e80 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Oct 22 11:45:12 2017 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Oct 22 11:45:12 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=22975c0a kde-frameworks/krunner: Disable failing test, bug #630672 Package-Manager: Portage-2.3.12, Repoman-2.3.3 kde-frameworks/krunner/krunner-9999.ebuild | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/kde-frameworks/krunner/krunner-9999.ebuild b/kde-frameworks/krunner/krunner-9999.ebuild index d4ec9b9036..01cd7a075f 100644 --- a/kde-frameworks/krunner/krunner-9999.ebuild +++ b/kde-frameworks/krunner/krunner-9999.ebuild @@ -27,3 +27,11 @@ DEPEND=" RDEPEND="${DEPEND} !<kde-apps/kapptemplate-15.12.3-r1:5 " + +src_test() { + # requires virtual dbus #630672 + local myctestargs=( + -E "(dbusrunnertest)" + ) + kde5_src_test +}