diff options
author | Pacho Ramos <pacho@gentoo.org> | 2019-02-20 22:39:54 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2019-02-20 22:39:54 +0100 |
commit | 7667442ed56a5dba9caf936f6c9851ecba4052a5 (patch) | |
tree | 41ef79110c836f4ab86c399e0e54867183d70fff /gnome-base/orbit | |
parent | dev-libs/beecrypt: Drop old (diff) | |
download | gentoo-7667442ed56a5dba9caf936f6c9851ecba4052a5.tar.gz gentoo-7667442ed56a5dba9caf936f6c9851ecba4052a5.tar.bz2 gentoo-7667442ed56a5dba9caf936f6c9851ecba4052a5.zip |
gnome-base/orbit: Workaround parallel build issue
Bug: https://bugs.gentoo.org/635094
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'gnome-base/orbit')
-rw-r--r-- | gnome-base/orbit/orbit-2.14.19-r5.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnome-base/orbit/orbit-2.14.19-r5.ebuild b/gnome-base/orbit/orbit-2.14.19-r5.ebuild index 927a74b0de2b..377415da73db 100644 --- a/gnome-base/orbit/orbit-2.14.19-r5.ebuild +++ b/gnome-base/orbit/orbit-2.14.19-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -87,7 +87,8 @@ multilib_src_configure() { } multilib_src_compile() { - gnome2_src_compile + # Parallel compilation fails, bug #635094 + MAKEOPTS="${MAKEOPTS} -j1" gnome2_src_compile } multilib_src_install() { |