diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-09-07 13:42:54 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-09-07 13:42:54 +0000 |
commit | 262b0ff014ae7b1608f6b27142b8a789a1ab5b52 (patch) | |
tree | 082bdfb7155369895b06562d8ea7e8f9077ac271 /gnome-base/orbit | |
parent | Add Interlingua locale (ia) (diff) | |
download | gentoo-2-262b0ff014ae7b1608f6b27142b8a789a1ab5b52.tar.gz gentoo-2-262b0ff014ae7b1608f6b27142b8a789a1ab5b52.tar.bz2 gentoo-2-262b0ff014ae7b1608f6b27142b8a789a1ab5b52.zip |
Set MAKEOPTS to -j1 since parallel build fails from time to time, bug #273031
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'gnome-base/orbit')
-rw-r--r-- | gnome-base/orbit/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-base/orbit/orbit-2.14.18.ebuild | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/gnome-base/orbit/ChangeLog b/gnome-base/orbit/ChangeLog index aeb7d3371ee3..56f0999f051a 100644 --- a/gnome-base/orbit/ChangeLog +++ b/gnome-base/orbit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-base/orbit # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/orbit/ChangeLog,v 1.163 2010/08/18 21:43:47 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/orbit/ChangeLog,v 1.164 2010/09/07 13:42:54 pacho Exp $ + + 07 Sep 2010; Pacho Ramos <pacho@gentoo.org> orbit-2.14.18.ebuild: + Set MAKEOPTS to -j1 since parallel build fails from time to time, bug + #273031 18 Aug 2010; Markus Meier <maekke@gentoo.org> orbit-2.14.18.ebuild: arm stable, bug #314899 diff --git a/gnome-base/orbit/orbit-2.14.18.ebuild b/gnome-base/orbit/orbit-2.14.18.ebuild index 48eb98efd9c7..b9638c857dbb 100644 --- a/gnome-base/orbit/orbit-2.14.18.ebuild +++ b/gnome-base/orbit/orbit-2.14.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/orbit/orbit-2.14.18.ebuild,v 1.6 2010/08/18 21:43:47 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/orbit/orbit-2.14.18.ebuild,v 1.7 2010/09/07 13:42:54 pacho Exp $ EAPI="2" GCONF_DEBUG="no" @@ -50,6 +50,8 @@ src_compile() { G2CONF="${G2CONF} --with-idl-compiler=/usr/bin/orbit-idl-2" fi + # Parallel build fails from time to time, bug #273031 + MAKEOPTS="${MAKEOPTS} -j1" gnome2_src_compile } |