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 E4B991382C5 for ; Thu, 5 Apr 2018 23:38:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E412AE099C; Thu, 5 Apr 2018 23:38:40 +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 C185EE099C for ; Thu, 5 Apr 2018 23:38:40 +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 EC683335C75 for ; Thu, 5 Apr 2018 23:38:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C757627F for ; Thu, 5 Apr 2018 23:38:36 +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: <1522971298.5169cec68fa6fd6784138e42a47ba6a5a0d4ad92.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/kmymoney/kmymoney-5.0.1-r2.ebuild X-VCS-Directories: app-office/kmymoney/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5169cec68fa6fd6784138e42a47ba6a5a0d4ad92 X-VCS-Branch: master Date: Thu, 5 Apr 2018 23:38:36 +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: fa42c4f0-5a06-4288-a047-e090155448b8 X-Archives-Hash: 8cd63523318a4e678ad88d7694cbf7a4 commit: 5169cec68fa6fd6784138e42a47ba6a5a0d4ad92 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Apr 5 23:34:58 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Apr 5 23:34:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5169cec6 app-office/kmymoney: Disable failing reports-chart-test Closes: https://bugs.gentoo.org/652636 Package-Manager: Portage-2.3.28, Repoman-2.3.9 app-office/kmymoney/kmymoney-5.0.1-r2.ebuild | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app-office/kmymoney/kmymoney-5.0.1-r2.ebuild b/app-office/kmymoney/kmymoney-5.0.1-r2.ebuild index 1787feddf5f..3cd96b99f08 100644 --- a/app-office/kmymoney/kmymoney-5.0.1-r2.ebuild +++ b/app-office/kmymoney/kmymoney-5.0.1-r2.ebuild @@ -114,3 +114,12 @@ src_configure() { ) kde5_src_configure } + +src_test() { + # bug: 652636 + local myctestargs=( + -E "(reports-chart-test)" + ) + + kde5_src_test +}