commit:     2a027fc25d9896bb7c4d4066553be07ad4d3ed34
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 11 18:24:39 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 11 18:35:10 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a027fc2

kde-frameworks/kpeople: Disable broken persondatatest

Bug: https://bugs.gentoo.org/668192
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 kde-frameworks/kpeople/kpeople-5.50.0.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/kde-frameworks/kpeople/kpeople-5.50.0.ebuild 
b/kde-frameworks/kpeople/kpeople-5.50.0.ebuild
index 37c4e66636b..5561061d271 100644
--- a/kde-frameworks/kpeople/kpeople-5.50.0.ebuild
+++ b/kde-frameworks/kpeople/kpeople-5.50.0.ebuild
@@ -31,8 +31,11 @@ RDEPEND="${DEPEND}
 "
 
 src_test() {
-       # bug: 612504
-       local myctestargs=( -j1 )
+       # personsmodeltest segfaults, bug 668192
+       local myctestargs=(
+               -j1
+               -E "(persondatatest)"
+       )
 
        kde5_src_test
 }

Reply via email to