diff options
author | Pacho Ramos <pacho@gentoo.org> | 2011-03-16 09:43:31 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2011-03-16 09:43:31 +0000 |
commit | 092e14a3d7cf8fb34309cde235d8f0d7c66bf5f4 (patch) | |
tree | e318c20d4c1c13412b28e519ac0cb8ce6eb40206 /app-office/gnucash | |
parent | remove double entry from Changelog (diff) | |
download | gentoo-2-092e14a3d7cf8fb34309cde235d8f0d7c66bf5f4.tar.gz gentoo-2-092e14a3d7cf8fb34309cde235d8f0d7c66bf5f4.tar.bz2 gentoo-2-092e14a3d7cf8fb34309cde235d8f0d7c66bf5f4.zip |
Parallel installation fails from time to time, bug #359123 by water.
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'app-office/gnucash')
-rw-r--r-- | app-office/gnucash/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/gnucash/gnucash-2.4.4.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-office/gnucash/ChangeLog b/app-office/gnucash/ChangeLog index fea8be533056..6d598caacb25 100644 --- a/app-office/gnucash/ChangeLog +++ b/app-office/gnucash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/gnucash # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.230 2011/03/15 11:18:14 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.231 2011/03/16 09:43:31 pacho Exp $ + + 16 Mar 2011; Pacho Ramos <pacho@gentoo.org> gnucash-2.4.4.ebuild: + Parallel installation fails from time to time, bug #359123 by water. 15 Mar 2011; Pacho Ramos <pacho@gentoo.org> -files/gnucash-2.4.0-disable-dynload-test.patch, gnucash-2.4.4.ebuild: diff --git a/app-office/gnucash/gnucash-2.4.4.ebuild b/app-office/gnucash/gnucash-2.4.4.ebuild index a02e333ab8be..31a8a9de87e6 100644 --- a/app-office/gnucash/gnucash-2.4.4.ebuild +++ b/app-office/gnucash/gnucash-2.4.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.4.4.ebuild,v 1.2 2011/03/15 11:18:14 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.4.4.ebuild,v 1.3 2011/03/16 09:43:31 pacho Exp $ EAPI="3" PYTHON_DEPEND="python? 2:2.4" @@ -132,7 +132,8 @@ src_test() { } src_install() { - gnome2_src_install GNC_DOC_INSTALL_DIR=/usr/share/doc/${PF} + # Parallel installation fails from time to time, bug #359123 + MAKEOPTS="${MAKEOPTS} -j1" gnome2_src_install GNC_DOC_INSTALL_DIR=/usr/share/doc/${PF} rm -rf "${ED}"/usr/share/doc/${PF}/{examples/,COPYING,INSTALL,*win32-bin.txt,projects.html} # prepalldocs |