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 E221D138334 for ; Thu, 11 Oct 2018 18:36:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2264E0961; Thu, 11 Oct 2018 18:36:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9145BE0960 for ; Thu, 11 Oct 2018 18:36:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 EEAD4335D0C for ; Thu, 11 Oct 2018 18:36:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DDC28440 for ; Thu, 11 Oct 2018 18:35:58 +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: <1539282910.2a027fc25d9896bb7c4d4066553be07ad4d3ed34.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kpeople/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kpeople/kpeople-5.50.0.ebuild X-VCS-Directories: kde-frameworks/kpeople/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2a027fc25d9896bb7c4d4066553be07ad4d3ed34 X-VCS-Branch: master Date: Thu, 11 Oct 2018 18:35:58 +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: 97f0963f-3ff0-49bb-ba43-019682246842 X-Archives-Hash: b3f6e5a4bfbd954e80028f147883b7b8 commit: 2a027fc25d9896bb7c4d4066553be07ad4d3ed34 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Oct 11 18:24:39 2018 +0000 Commit: Andreas Sturmlechner gentoo 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 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 }