From f09f5dd168cbe5100c54ba0e444966ce7794d633 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sat, 25 May 2019 17:50:34 +0200 Subject: [PATCH] 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 --- 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 b277175098e2..cb7d364ca292 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 } -- 2.26.2