Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/orbit/
Date: Wed, 20 Feb 2019 21:40:28
Message-Id: 1550698794.7667442ed56a5dba9caf936f6c9851ecba4052a5.pacho@gentoo
1 commit: 7667442ed56a5dba9caf936f6c9851ecba4052a5
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 20 21:39:54 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 20 21:39:54 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7667442e
7
8 gnome-base/orbit: Workaround parallel build issue
9
10 Bug: https://bugs.gentoo.org/635094
11 Package-Manager: Portage-2.3.62, Repoman-2.3.12
12 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
13
14 gnome-base/orbit/orbit-2.14.19-r5.ebuild | 5 +++--
15 1 file changed, 3 insertions(+), 2 deletions(-)
16
17 diff --git a/gnome-base/orbit/orbit-2.14.19-r5.ebuild b/gnome-base/orbit/orbit-2.14.19-r5.ebuild
18 index 927a74b0de2..377415da73d 100644
19 --- a/gnome-base/orbit/orbit-2.14.19-r5.ebuild
20 +++ b/gnome-base/orbit/orbit-2.14.19-r5.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -87,7 +87,8 @@ multilib_src_configure() {
28 }
29
30 multilib_src_compile() {
31 - gnome2_src_compile
32 + # Parallel compilation fails, bug #635094
33 + MAKEOPTS="${MAKEOPTS} -j1" gnome2_src_compile
34 }
35
36 multilib_src_install() {