diff options
author | 2007-06-13 13:15:46 +0000 | |
---|---|---|
committer | 2007-06-13 13:15:46 +0000 | |
commit | e75a0921907c1897235f171a543d5e96f4c190f7 (patch) | |
tree | ab17895e36675a5e58a30beb398695cc5e0b9719 /app-office/mozilla-sunbird | |
parent | Version bumped. Watch out changed filenames, tvm2vdr instead of tvm2vdr.pl. (diff) | |
download | gentoo-2-e75a0921907c1897235f171a543d5e96f4c190f7.tar.gz gentoo-2-e75a0921907c1897235f171a543d5e96f4c190f7.tar.bz2 gentoo-2-e75a0921907c1897235f171a543d5e96f4c190f7.zip |
Remove forced MAKEOPTS, bug 181722
(Portage version: 2.1.2.9)
Diffstat (limited to 'app-office/mozilla-sunbird')
-rw-r--r-- | app-office/mozilla-sunbird/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/mozilla-sunbird/mozilla-sunbird-0.3.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-office/mozilla-sunbird/ChangeLog b/app-office/mozilla-sunbird/ChangeLog index 16ba2c15ad0a..54da3ef8df49 100644 --- a/app-office/mozilla-sunbird/ChangeLog +++ b/app-office/mozilla-sunbird/ChangeLog @@ -1,6 +1,10 @@ # 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.10 2007/06/08 13:55:12 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/ChangeLog,v 1.11 2007/06/13 13:15:46 armin76 Exp $ + + 13 Jun 2007; Raúl Porcel <armin76@gentoo.org> + mozilla-sunbird-0.3.1.ebuild: + Remove forced MAKEOPTS, bug 181722 08 Jun 2007; Raúl Porcel <armin76@gentoo.org> mozilla-sunbird-0.3.1.ebuild: diff --git a/app-office/mozilla-sunbird/mozilla-sunbird-0.3.1.ebuild b/app-office/mozilla-sunbird/mozilla-sunbird-0.3.1.ebuild index cbb15df06dbb..1d088fecdae5 100644 --- a/app-office/mozilla-sunbird/mozilla-sunbird-0.3.1.ebuild +++ b/app-office/mozilla-sunbird/mozilla-sunbird-0.3.1.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.3.1.ebuild,v 1.9 2007/06/08 13:55:12 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.3.1.ebuild,v 1.10 2007/06/13 13:15:46 armin76 Exp $ WANT_AUTOCONF="2.1" @@ -149,7 +149,7 @@ src_compile() { # requirements while compiling edit_makefiles - emake -j1 || die + emake || die } pkg_preinst() { |