media-sound/linuxsampler: Parallel build unsafe
authorAndreas Sturmlechner <asturm@gentoo.org>
Sat, 25 May 2019 15:50:34 +0000 (17:50 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sat, 25 May 2019 20:54:36 +0000 (22:54 +0200)
Closes: https://bugs.gentoo.org/666738
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
media-sound/linuxsampler/linuxsampler-2.1.0.ebuild

index b277175098e296abc164e55b4fcee5417706388c..cb7d364ca29259ab336cbf03073f556b9b0b12aa 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -61,7 +61,7 @@ src_configure() {
 }
 
 src_compile() {
-       default
+       emake -j1 # fails with parallel jobs, bug #666738
        use doc && emake docs
 }