dev-libs/libindicate: Work around parallel installation bug (#469032)
authorLars Wendler <polynomial-c@gentoo.org>
Tue, 5 Jan 2016 11:00:38 +0000 (12:00 +0100)
committerLars Wendler <polynomial-c@gentoo.org>
Tue, 5 Jan 2016 11:01:01 +0000 (12:01 +0100)
until a real fix is available.

Package-Manager: portage-2.2.26
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
dev-libs/libindicate/libindicate-12.10.1-r2.ebuild

index 13d93ffd080268f14b4d008752764625577c80ea..b32e82a17885024c7259e3abe84a9ac2387e0dcd 100644 (file)
@@ -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