From 95151dcbe6c3fc984904598c04d30e2fe43f568a Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Tue, 5 Jan 2016 12:00:38 +0100 Subject: 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 --- dev-libs/libindicate/libindicate-12.10.1-r2.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -- cgit v1.2.3-65-gdbad