commit:     6654627bd7f77c860a82e27e5c50c96d3c367c15
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 23 23:57:17 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 00:25:28 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6654627b

kde-apps/kimap: Fix parallel test failure

Gentoo-bug: 605586

Reported-by: Paolo Pedroni <paolo.pedroni <AT> iol.it>

Package-Manager: portage-2.3.0

 kde-apps/kimap/kimap-16.12.1.ebuild | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/kde-apps/kimap/kimap-16.12.1.ebuild 
b/kde-apps/kimap/kimap-16.12.1.ebuild
index 54da463..34def04 100644
--- a/kde-apps/kimap/kimap-16.12.1.ebuild
+++ b/kde-apps/kimap/kimap-16.12.1.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
+}

Reply via email to