diff options
author | Mike Gardiner <obz@gentoo.org> | 2006-01-10 00:39:41 +0000 |
---|---|---|
committer | Mike Gardiner <obz@gentoo.org> | 2006-01-10 00:39:41 +0000 |
commit | 7e5e7e54499984b30c7936fd6efccf7232c72819 (patch) | |
tree | e638c24ab17a01e0e207ddc5ac4f2257a8fcec5e /app-office/gnotime | |
parent | SPTK-3.0.11 is here (diff) | |
download | gentoo-2-7e5e7e54499984b30c7936fd6efccf7232c72819.tar.gz gentoo-2-7e5e7e54499984b30c7936fd6efccf7232c72819.tar.bz2 gentoo-2-7e5e7e54499984b30c7936fd6efccf7232c72819.zip |
Fix for #109047, don't build in parallel as it can cause problems with libqofsql.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'app-office/gnotime')
-rw-r--r-- | app-office/gnotime/ChangeLog | 8 | ||||
-rw-r--r-- | app-office/gnotime/gnotime-2.2.1.ebuild | 7 |
2 files changed, 11 insertions, 4 deletions
diff --git a/app-office/gnotime/ChangeLog b/app-office/gnotime/ChangeLog index f83543f53049..c19b57e21133 100644 --- a/app-office/gnotime/ChangeLog +++ b/app-office/gnotime/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/gnotime -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v 1.13 2005/11/02 07:36:41 obz Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v 1.14 2006/01/10 00:39:41 obz Exp $ + + 10 Jan 2006; Mike Gardiner <obz@gentoo.org> gnotime-2.2.1.ebuild: + Fix for #109047, don't build in parallel as it can cause problems with + libqofsql. 02 Nov 2005; Mike Gardiner <obz@gentoo.org> gnotime-2.2.1.ebuild: Moved dependency on libgtkhtml to get the correct slot (3.1), see bug #110463 diff --git a/app-office/gnotime/gnotime-2.2.1.ebuild b/app-office/gnotime/gnotime-2.2.1.ebuild index b0027cd83bdf..f543f070fab9 100644 --- a/app-office/gnotime/gnotime-2.2.1.ebuild +++ b/app-office/gnotime/gnotime-2.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/gnotime-2.2.1.ebuild,v 1.2 2005/11/02 07:36:41 obz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/gnotime-2.2.1.ebuild,v 1.3 2006/01/10 00:39:41 obz Exp $ inherit gnome2 @@ -34,3 +34,6 @@ DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README TODO" G2CONF="${G2CONF} --disable-schemas-install" +# Fix for bug #109047, don't parallel build with libqofsql +MAKEOPTS="${MAKEOPTS} -j1" + |