From: Lars Wendler Date: Tue, 5 Jan 2016 11:00:38 +0000 (+0100) Subject: dev-libs/libindicate: Work around parallel installation bug (#469032) X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=95151dcbe6c3fc984904598c04d30e2fe43f568a;p=gentoo.git dev-libs/libindicate: Work around parallel installation bug (#469032) until a real fix is available. Package-Manager: portage-2.2.26 Signed-off-by: Lars Wendler --- diff --git a/dev-libs/libindicate/libindicate-12.10.1-r2.ebuild b/dev-libs/libindicate/libindicate-12.10.1-r2.ebuild index 13d93ffd0802..b32e82a17885 100644 --- a/dev-libs/libindicate/libindicate-12.10.1-r2.ebuild +++ b/dev-libs/libindicate/libindicate-12.10.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -65,7 +65,9 @@ src_configure() { } src_install() { - emake DESTDIR="${D}" install + # work around failing parallel installation (-j1) + # until a better fix is available. (bug #469032) + emake -j1 DESTDIR="${D}" install dodoc AUTHORS ChangeLog NEWS prune_libtool_files