From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 690F31388B6 for ; Tue, 5 Jan 2016 11:01:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1FD3E080A; Tue, 5 Jan 2016 11:01:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8D738E080A for ; Tue, 5 Jan 2016 11:01:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9C8AF340821 for ; Tue, 5 Jan 2016 11:01:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 009D7CB1 for ; Tue, 5 Jan 2016 11:01:06 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1451991661.95151dcbe6c3fc984904598c04d30e2fe43f568a.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libindicate/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libindicate/libindicate-12.10.1-r2.ebuild X-VCS-Directories: dev-libs/libindicate/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 95151dcbe6c3fc984904598c04d30e2fe43f568a X-VCS-Branch: master Date: Tue, 5 Jan 2016 11:01:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 41acc24a-9406-4a33-92ed-ff2b9e4a0dd5 X-Archives-Hash: ec0318ad145145bd0a2b229bba223a6e commit: 95151dcbe6c3fc984904598c04d30e2fe43f568a Author: Lars Wendler gentoo org> AuthorDate: Tue Jan 5 11:00:38 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Jan 5 11:01:01 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95151dcb 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 gentoo.org> 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 13d93ff..b32e82a 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