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 62EEF138334 for ; Thu, 11 Oct 2018 18:36:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC7F5E0963; Thu, 11 Oct 2018 18:36:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9A720E0961 for ; Thu, 11 Oct 2018 18:36:03 +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 C8684335CF1 for ; Thu, 11 Oct 2018 18:36:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC25643F for ; Thu, 11 Oct 2018 18:35: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: <1539282910.5b6dff536b8b9253415377b6e068a266c7e18dc0.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kauth/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kauth/kauth-5.50.0.ebuild X-VCS-Directories: kde-frameworks/kauth/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5b6dff536b8b9253415377b6e068a266c7e18dc0 X-VCS-Branch: master Date: Thu, 11 Oct 2018 18:35: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-Archives-Salt: 152c8fdc-fa53-4b0f-b284-db0681e47574 X-Archives-Hash: d42dc177a574147dad5d1345a496a71a commit: 5b6dff536b8b9253415377b6e068a266c7e18dc0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Oct 11 18:18:47 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Oct 11 18:35:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b6dff53 kde-frameworks/kauth: Disable broken KAuthHelperTest Bug: https://bugs.gentoo.org/654842 Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 kde-frameworks/kauth/kauth-5.50.0.ebuild | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/kde-frameworks/kauth/kauth-5.50.0.ebuild b/kde-frameworks/kauth/kauth-5.50.0.ebuild index 573a0b5875e..9f032195dbe 100644 --- a/kde-frameworks/kauth/kauth-5.50.0.ebuild +++ b/kde-frameworks/kauth/kauth-5.50.0.ebuild @@ -30,3 +30,12 @@ src_configure() { kde5_src_configure } + +src_test() { + # KAuthHelperTest test fails, bug 654842 + local myctestargs=( + -E "(KAuthHelperTest)" + ) + + kde5_src_test +}