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 3ACE8138334 for ; Sat, 13 Oct 2018 11:00:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4BD13E08E8; Sat, 13 Oct 2018 11:00:56 +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 25305E08E8 for ; Sat, 13 Oct 2018 11:00:55 +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 9CDD0335D01 for ; Sat, 13 Oct 2018 11:00:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D81F43C for ; Sat, 13 Oct 2018 11:00:53 +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: <1539428386.94e5a7d7a0c03c18616374816f264cc7b0def514.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kpeople/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kpeople/kpeople-5.51.0.ebuild kde-frameworks/kpeople/kpeople-9999.ebuild X-VCS-Directories: kde-frameworks/kpeople/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 94e5a7d7a0c03c18616374816f264cc7b0def514 X-VCS-Branch: master Date: Sat, 13 Oct 2018 11:00:53 +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: db56d07a-7f51-4452-96ce-ded19b751528 X-Archives-Hash: cce0dfa805276fecb9dde5535af23386 commit: 94e5a7d7a0c03c18616374816f264cc7b0def514 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Oct 11 18:24:39 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Oct 13 10:59:46 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=94e5a7d7 kde-frameworks/kpeople: Disable broken persondatatest Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 kde-frameworks/kpeople/kpeople-5.51.0.ebuild | 7 +++++-- kde-frameworks/kpeople/kpeople-9999.ebuild | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/kde-frameworks/kpeople/kpeople-5.51.0.ebuild b/kde-frameworks/kpeople/kpeople-5.51.0.ebuild index 15f9745acd..a25b7fe58e 100644 --- a/kde-frameworks/kpeople/kpeople-5.51.0.ebuild +++ b/kde-frameworks/kpeople/kpeople-5.51.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 } diff --git a/kde-frameworks/kpeople/kpeople-9999.ebuild b/kde-frameworks/kpeople/kpeople-9999.ebuild index 8fa7f51936..7a52f257da 100644 --- a/kde-frameworks/kpeople/kpeople-9999.ebuild +++ b/kde-frameworks/kpeople/kpeople-9999.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 }