Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kpeople/
Date: Sat, 13 Oct 2018 11:00:57
Message-Id: 1539428386.94e5a7d7a0c03c18616374816f264cc7b0def514.asturm@gentoo
1 commit: 94e5a7d7a0c03c18616374816f264cc7b0def514
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 11 18:24:39 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 13 10:59:46 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=94e5a7d7
7
8 kde-frameworks/kpeople: Disable broken persondatatest
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 kde-frameworks/kpeople/kpeople-5.51.0.ebuild | 7 +++++--
14 kde-frameworks/kpeople/kpeople-9999.ebuild | 7 +++++--
15 2 files changed, 10 insertions(+), 4 deletions(-)
16
17 diff --git a/kde-frameworks/kpeople/kpeople-5.51.0.ebuild b/kde-frameworks/kpeople/kpeople-5.51.0.ebuild
18 index 15f9745acd..a25b7fe58e 100644
19 --- a/kde-frameworks/kpeople/kpeople-5.51.0.ebuild
20 +++ b/kde-frameworks/kpeople/kpeople-5.51.0.ebuild
21 @@ -31,8 +31,11 @@ RDEPEND="${DEPEND}
22 "
23
24 src_test() {
25 - # bug: 612504
26 - local myctestargs=( -j1 )
27 + # personsmodeltest segfaults, bug 668192
28 + local myctestargs=(
29 + -j1
30 + -E "(persondatatest)"
31 + )
32
33 kde5_src_test
34 }
35
36 diff --git a/kde-frameworks/kpeople/kpeople-9999.ebuild b/kde-frameworks/kpeople/kpeople-9999.ebuild
37 index 8fa7f51936..7a52f257da 100644
38 --- a/kde-frameworks/kpeople/kpeople-9999.ebuild
39 +++ b/kde-frameworks/kpeople/kpeople-9999.ebuild
40 @@ -31,8 +31,11 @@ RDEPEND="${DEPEND}
41 "
42
43 src_test() {
44 - # bug: 612504
45 - local myctestargs=( -j1 )
46 + # personsmodeltest segfaults, bug 668192
47 + local myctestargs=(
48 + -j1
49 + -E "(persondatatest)"
50 + )
51
52 kde5_src_test
53 }