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 15D2413908F for ; Tue, 24 Jan 2017 00:21:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1EA2234064; Tue, 24 Jan 2017 00:21:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C9672234064 for ; Tue, 24 Jan 2017 00:21:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 96E323416A3 for ; Tue, 24 Jan 2017 00:21:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB2547F9 for ; Tue, 24 Jan 2017 00:21:18 +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: <1485215875.c7802654e241e2b403bc6e22299e9705eba4a058.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kimap/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kimap/kimap-16.12.49.9999.ebuild kde-apps/kimap/kimap-9999.ebuild X-VCS-Directories: kde-apps/kimap/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c7802654e241e2b403bc6e22299e9705eba4a058 X-VCS-Branch: master Date: Tue, 24 Jan 2017 00:21:18 +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: 906bbd41-144c-4697-adc0-8688bb051af9 X-Archives-Hash: 6db7484c54b6fa9de8851a48a5e5d083 commit: c7802654e241e2b403bc6e22299e9705eba4a058 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jan 23 23:57:55 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jan 23 23:57:55 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c7802654 kde-apps/kimap: Fix parallel test failure Gentoo-bug: 605586 Reported-by: Paolo Pedroni iol.it> Package-Manager: portage-2.3.0 kde-apps/kimap/kimap-16.12.49.9999.ebuild | 9 +++++++++ kde-apps/kimap/kimap-9999.ebuild | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/kde-apps/kimap/kimap-16.12.49.9999.ebuild b/kde-apps/kimap/kimap-16.12.49.9999.ebuild index 3ccd8d5..447e579 100644 --- a/kde-apps/kimap/kimap-16.12.49.9999.ebuild +++ b/kde-apps/kimap/kimap-16.12.49.9999.ebuild @@ -22,3 +22,12 @@ DEPEND=" dev-libs/cyrus-sasl " RDEPEND="${DEPEND}" + +src_test() { + # tests cannot be run in parallel #605586 + local myctestargs=( + -j1 + ) + + kde5_src_test +} diff --git a/kde-apps/kimap/kimap-9999.ebuild b/kde-apps/kimap/kimap-9999.ebuild index 3ccd8d5..447e579 100644 --- a/kde-apps/kimap/kimap-9999.ebuild +++ b/kde-apps/kimap/kimap-9999.ebuild @@ -22,3 +22,12 @@ DEPEND=" dev-libs/cyrus-sasl " RDEPEND="${DEPEND}" + +src_test() { + # tests cannot be run in parallel #605586 + local myctestargs=( + -j1 + ) + + kde5_src_test +}