diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-06-13 13:11:47 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-06-13 13:11:47 +0000 |
commit | e123d06aeb5a792dd713c8943cb52667a3ee6e9a (patch) | |
tree | aa16cbb5b6f3f5e37c00f454090dacec04ce7f8b /mail-client | |
parent | old (diff) | |
download | gentoo-2-e123d06aeb5a792dd713c8943cb52667a3ee6e9a.tar.gz gentoo-2-e123d06aeb5a792dd713c8943cb52667a3ee6e9a.tar.bz2 gentoo-2-e123d06aeb5a792dd713c8943cb52667a3ee6e9a.zip |
Remove forced MAKEOPTS, bug 169155
(Portage version: 2.1.2.9)
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/mozilla-thunderbird/ChangeLog | 6 | ||||
-rw-r--r-- | mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/mail-client/mozilla-thunderbird/ChangeLog b/mail-client/mozilla-thunderbird/ChangeLog index 9664edc2753e..98c8707d9b22 100644 --- a/mail-client/mozilla-thunderbird/ChangeLog +++ b/mail-client/mozilla-thunderbird/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/mozilla-thunderbird # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.202 2007/06/08 13:57:25 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.203 2007/06/13 13:11:47 armin76 Exp $ + + 13 Jun 2007; Raúl Porcel <armin76@gentoo.org> + mozilla-thunderbird-2.0.0.0.ebuild: + Remove forced MAKEOPTS, bug 169155 08 Jun 2007; Raúl Porcel <armin76@gentoo.org> mozilla-thunderbird-1.5.0.12.ebuild, mozilla-thunderbird-2.0.0.0.ebuild: diff --git a/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.0.ebuild b/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.0.ebuild index b0c3aea37f2b..5883dbc70e14 100644 --- a/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.0.ebuild +++ b/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.0.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/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.0.ebuild,v 1.13 2007/06/08 13:57:25 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.0.ebuild,v 1.14 2007/06/13 13:11:47 armin76 Exp $ WANT_AUTOCONF="2.1" @@ -167,7 +167,7 @@ src_compile() { # requirements while compiling edit_makefiles - emake -j1 || die + emake || die } pkg_preinst() { |