commit:     594670db335ebfbc37702376862ac2c0242495f0
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 18 09:25:15 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Mar 18 09:25:56 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=594670db

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-5.32.0.ebuild | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/kde-frameworks/kpeople/kpeople-5.32.0.ebuild 
b/kde-frameworks/kpeople/kpeople-5.32.0.ebuild
index 53de778c7e3..535579b77d1 100644
--- a/kde-frameworks/kpeople/kpeople-5.32.0.ebuild
+++ b/kde-frameworks/kpeople/kpeople-5.32.0.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