diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-08-31 11:37:43 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-08-31 11:37:43 +0000 |
commit | c03ea29230b0727e701d9cf3b9835fec2aa6d16b (patch) | |
tree | e4a84debdf7d966f14e0d84bfae606e877427fcc /app-office/mozilla-sunbird | |
parent | version bump for dev-zero (diff) | |
download | gentoo-2-c03ea29230b0727e701d9cf3b9835fec2aa6d16b.tar.gz gentoo-2-c03ea29230b0727e701d9cf3b9835fec2aa6d16b.tar.bz2 gentoo-2-c03ea29230b0727e701d9cf3b9835fec2aa6d16b.zip |
Fix MAKEOPTS, bug #190755
(Portage version: 2.1.2.12)
Diffstat (limited to 'app-office/mozilla-sunbird')
-rw-r--r-- | app-office/mozilla-sunbird/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/mozilla-sunbird/mozilla-sunbird-0.5.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-office/mozilla-sunbird/ChangeLog b/app-office/mozilla-sunbird/ChangeLog index 5eb22db9dc6a..e96f9b2a8724 100644 --- a/app-office/mozilla-sunbird/ChangeLog +++ b/app-office/mozilla-sunbird/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/mozilla-sunbird # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/ChangeLog,v 1.16 2007/08/17 16:10:59 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/ChangeLog,v 1.17 2007/08/31 11:37:43 armin76 Exp $ + + 31 Aug 2007; Raúl Porcel <armin76@gentoo.org> mozilla-sunbird-0.5.ebuild: + Fix MAKEOPTS, bug #190755 17 Aug 2007; Christoph Mende <angelos@gentoo.org> mozilla-sunbird-0.5.ebuild: diff --git a/app-office/mozilla-sunbird/mozilla-sunbird-0.5.ebuild b/app-office/mozilla-sunbird/mozilla-sunbird-0.5.ebuild index 623ed2edefa0..5e5fb71d5219 100644 --- a/app-office/mozilla-sunbird/mozilla-sunbird-0.5.ebuild +++ b/app-office/mozilla-sunbird/mozilla-sunbird-0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.5.ebuild,v 1.6 2007/08/17 16:10:59 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.5.ebuild,v 1.7 2007/08/31 11:37:43 armin76 Exp $ WANT_AUTOCONF="2.1" @@ -153,7 +153,8 @@ src_compile() { # requirements while compiling edit_makefiles - emake || die + [ "${WANT_MP}" = "true" ] && jobs=${MAKEOPTS} || jobs="-j1" + emake ${jobs} || die } pkg_preinst() { |