Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/linuxsampler/
Date: Sat, 25 May 2019 20:59:20
Message-Id: 1558817676.f09f5dd168cbe5100c54ba0e444966ce7794d633.asturm@gentoo
1 commit: f09f5dd168cbe5100c54ba0e444966ce7794d633
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 25 15:50:34 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat May 25 20:54:36 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f09f5dd1
7
8 media-sound/linuxsampler: Parallel build unsafe
9
10 Closes: https://bugs.gentoo.org/666738
11 Package-Manager: Portage-2.3.66, Repoman-2.3.12
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 media-sound/linuxsampler/linuxsampler-2.1.0.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/media-sound/linuxsampler/linuxsampler-2.1.0.ebuild b/media-sound/linuxsampler/linuxsampler-2.1.0.ebuild
18 index b277175098e..cb7d364ca29 100644
19 --- a/media-sound/linuxsampler/linuxsampler-2.1.0.ebuild
20 +++ b/media-sound/linuxsampler/linuxsampler-2.1.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -61,7 +61,7 @@ src_configure() {
28 }
29
30 src_compile() {
31 - default
32 + emake -j1 # fails with parallel jobs, bug #666738
33 use doc && emake docs
34 }