diff options
Diffstat (limited to 'app-office/gnotime/gnotime-2.2.1.ebuild')
-rw-r--r-- | app-office/gnotime/gnotime-2.2.1.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
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" + |