Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/
Date: Wed, 05 Jun 2019 16:54:56
Message-Id: 1559753649.260f4049e314f88bd49c897394460ea90da461fd.asturm@gentoo
1 commit: 260f4049e314f88bd49c897394460ea90da461fd
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 5 16:53:33 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 5 16:54:09 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=260f4049
7
8 app-office/kmymoney: Disable broken qsqlcipher-test
9
10 Needs kmymoney installed to succeed.
11
12 Closes: https://bugs.gentoo.org/673052
13 Package-Manager: Portage-2.3.67, Repoman-2.3.14
14 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
15
16 app-office/kmymoney/kmymoney-5.0.4.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/app-office/kmymoney/kmymoney-5.0.4.ebuild b/app-office/kmymoney/kmymoney-5.0.4.ebuild
20 index 1d8243bf1c6..f2f2db1d8a0 100644
21 --- a/app-office/kmymoney/kmymoney-5.0.4.ebuild
22 +++ b/app-office/kmymoney/kmymoney-5.0.4.ebuild
23 @@ -114,9 +114,9 @@ src_configure() {
24 }
25
26 src_test() {
27 - # bug: 652636
28 + # bug 652636; bug 673052: needs kmymoney installed to succeed
29 local myctestargs=(
30 - -E "(reports-chart-test)"
31 + -E "(reports-chart-test|qsqlcipher-test)"
32 )
33
34 kde5_src_test