kde-frameworks/kpeople: Don't run tests in parallel
authorAndreas Sturmlechner <asturm@gentoo.org>
Sat, 18 Mar 2017 09:25:15 +0000 (10:25 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sat, 18 Mar 2017 09:25:56 +0000 (10:25 +0100)
Gentoo-bug: 612504

Package-Manager: Portage-2.3.3, Repoman-2.3.1

kde-frameworks/kpeople/kpeople-5.32.0.ebuild

index 53de778c7e3be6dd3081646b5629882c16cadc2e..535579b77d11a5baaea7e1e9b74821f6f15b56f0 100644 (file)
@@ -29,3 +29,10 @@ DEPEND="
 RDEPEND="${DEPEND}
        !net-libs/kpeople:5
 "
+
+src_test() {
+       # bug: 612504
+       local myctestargs=( -j1 )
+
+       kde5_src_test
+}