commit:     f09f5dd168cbe5100c54ba0e444966ce7794d633
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat May 25 15:50:34 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat May 25 20:54:36 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f09f5dd1

media-sound/linuxsampler: Parallel build unsafe

Closes: https://bugs.gentoo.org/666738
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-sound/linuxsampler/linuxsampler-2.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/linuxsampler/linuxsampler-2.1.0.ebuild 
b/media-sound/linuxsampler/linuxsampler-2.1.0.ebuild
index b277175098e..cb7d364ca29 100644
--- a/media-sound/linuxsampler/linuxsampler-2.1.0.ebuild
+++ b/media-sound/linuxsampler/linuxsampler-2.1.0.ebuild
@@ -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
 }
 

Reply via email to