jlec 14/07/07 07:56:48 Modified: ChangeLog bokeh-0.4.4.ebuild Log: dev-python/bokeh: Fix parallel installation issues, #516052 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.6 dev-python/bokeh/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bokeh/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bokeh/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bokeh/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/bokeh/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 7 Jul 2014 06:52:43 -0000 1.5 +++ ChangeLog 7 Jul 2014 07:56:48 -0000 1.6 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/bokeh # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/bokeh/ChangeLog,v 1.5 2014/07/07 06:52:43 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/bokeh/ChangeLog,v 1.6 2014/07/07 07:56:48 jlec Exp $ + + 07 Jul 2014; Justin Lecher <[email protected]> bokeh-0.4.4.ebuild: + Fix parallel installation issues, #516052 *bokeh-0.4.4 (07 Jul 2014) 1.2 dev-python/bokeh/bokeh-0.4.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bokeh/bokeh-0.4.4.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bokeh/bokeh-0.4.4.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bokeh/bokeh-0.4.4.ebuild?r1=1.1&r2=1.2 Index: bokeh-0.4.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/bokeh/bokeh-0.4.4.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bokeh-0.4.4.ebuild 7 Jul 2014 06:52:43 -0000 1.1 +++ bokeh-0.4.4.ebuild 7 Jul 2014 07:56:48 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/bokeh/bokeh-0.4.4.ebuild,v 1.1 2014/07/07 06:52:43 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/bokeh/bokeh-0.4.4.ebuild,v 1.2 2014/07/07 07:56:48 jlec Exp $ EAPI=5 @@ -57,6 +57,8 @@ " DOCS=( CHANGELOG QUICKSTART.md README.md ) +DISTUTILS_NO_PARALLEL_BUILD=1 + python_prepare_all() { # Fix test_references_by_ref_by_value from test_object.py local PATCHES=( "${FILESDIR}"/${P}-fix_test_object.patch )
