projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7022efa
)
gnome-base/orbit: Workaround parallel build issue
author
Pacho Ramos
<pacho@gentoo.org>
Wed, 20 Feb 2019 21:39:54 +0000
(22:39 +0100)
committer
Pacho Ramos
<pacho@gentoo.org>
Wed, 20 Feb 2019 21:39:54 +0000
(22:39 +0100)
Bug: https://bugs.gentoo.org/635094
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
gnome-base/orbit/orbit-2.14.19-r5.ebuild
patch
|
blob
|
history
diff --git
a/gnome-base/orbit/orbit-2.14.19-r5.ebuild
b/gnome-base/orbit/orbit-2.14.19-r5.ebuild
index 927a74b0de2bc31e5376cf5f3ddcb1a6c5b899a3..377415da73db4266c7b0a3279010205aa275a0d1 100644
(file)
--- 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-201
7 Gentoo Foundation
+# Copyright 1999-201
9 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() {