commit:     78b2bf56fd0274a52259515bc66bf2fe45ab66fa
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 18 09:23:59 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Mar 18 09:24:22 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=78b2bf56

kde-frameworks/kpeople: Don't run tests in parallel

Gentoo-bug: 612504

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-frameworks/kpeople/kpeople-9999.ebuild | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/kde-frameworks/kpeople/kpeople-9999.ebuild 
b/kde-frameworks/kpeople/kpeople-9999.ebuild
index 72b8124b32..a75be6e35d 100644
--- a/kde-frameworks/kpeople/kpeople-9999.ebuild
+++ b/kde-frameworks/kpeople/kpeople-9999.ebuild
@@ -29,3 +29,10 @@ DEPEND="
 RDEPEND="${DEPEND}
        !net-libs/kpeople:5
 "
+
+src_test() {
+       # bug: 612504
+       local myctestargs=( -j1 )
+
+       kde5_src_test
+}

Reply via email to