From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1094628-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 96B2C138334 for <garchives@archives.gentoo.org>; Wed, 5 Jun 2019 16:54:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E3FAE0874; Wed, 5 Jun 2019 16:54:55 +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 3EDC7E0874 for <gentoo-commits@lists.gentoo.org>; Wed, 5 Jun 2019 16:54:55 +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 13712345780 for <gentoo-commits@lists.gentoo.org>; Wed, 5 Jun 2019 16:54:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0CFA05FE for <gentoo-commits@lists.gentoo.org>; Wed, 5 Jun 2019 16:54:52 +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: <1559753649.260f4049e314f88bd49c897394460ea90da461fd.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.4.ebuild X-VCS-Directories: app-office/kmymoney/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 260f4049e314f88bd49c897394460ea90da461fd X-VCS-Branch: master Date: Wed, 5 Jun 2019 16:54:52 +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: 0734b97d-48bf-413d-83cf-5595dab76727 X-Archives-Hash: 0a727dc71adf6966a54ce70e4e79e168 commit: 260f4049e314f88bd49c897394460ea90da461fd Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Jun 5 16:53:33 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Jun 5 16:54:09 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=260f4049 app-office/kmymoney: Disable broken qsqlcipher-test Needs kmymoney installed to succeed. Closes: https://bugs.gentoo.org/673052 Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> app-office/kmymoney/kmymoney-5.0.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-office/kmymoney/kmymoney-5.0.4.ebuild b/app-office/kmymoney/kmymoney-5.0.4.ebuild index 1d8243bf1c6..f2f2db1d8a0 100644 --- a/app-office/kmymoney/kmymoney-5.0.4.ebuild +++ b/app-office/kmymoney/kmymoney-5.0.4.ebuild @@ -114,9 +114,9 @@ src_configure() { } src_test() { - # bug: 652636 + # bug 652636; bug 673052: needs kmymoney installed to succeed local myctestargs=( - -E "(reports-chart-test)" + -E "(reports-chart-test|qsqlcipher-test)" ) kde5_src_test