kde-frameworks/bluez-qt: Don't run tests in parallel
authorJohannes Huber <johu@gentoo.org>
Mon, 13 Feb 2017 21:20:55 +0000 (22:20 +0100)
committerJohannes Huber <johu@gentoo.org>
Mon, 13 Feb 2017 21:21:17 +0000 (22:21 +0100)
Gentoo-bug: 609248

Package-Manager: Portage-2.3.3, Repoman-2.3.1

kde-frameworks/bluez-qt/bluez-qt-5.31.0.ebuild

index 8af2c78a85f4b2041120b9ca0b56d574b615eb2f..ff8a511ec90946bf99124d49a6c71a1bcaa34c17 100644 (file)
@@ -28,3 +28,10 @@ src_configure() {
 
        kde5_src_configure
 }
+
+src_test() {
+       # bug: 609248
+       local myctestargs=( -j1 )
+
+       kde5_src_test
+}