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 5847C1384C3 for ; Mon, 7 Sep 2015 11:27:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C49BB141A5; Mon, 7 Sep 2015 11:27:40 +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 6CF54141A5 for ; Mon, 7 Sep 2015 11:27:40 +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 4A4B5340836 for ; Mon, 7 Sep 2015 11:27:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E21F17A for ; Mon, 7 Sep 2015 11:27:36 +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: <1441625252.e1e3fe15a438ebb962c24fbda6359fecb70ef98d.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/xfsprogs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/xfsprogs/xfsprogs-4.2.0.ebuild X-VCS-Directories: sys-fs/xfsprogs/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: e1e3fe15a438ebb962c24fbda6359fecb70ef98d X-VCS-Branch: master Date: Mon, 7 Sep 2015 11:27:36 +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: 74113d31-ac5a-4ee8-aea9-ca13bac08518 X-Archives-Hash: 47d3cb35b7cc63d60d7b814811be82d1 commit: e1e3fe15a438ebb962c24fbda6359fecb70ef98d Author: Lars Wendler gentoo org> AuthorDate: Mon Sep 7 11:27:14 2015 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Sep 7 11:27:32 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1e3fe15 sys-fs/xfsprogs: Get rid of parallel install bug. Package-Manager: portage-2.2.20.1 Signed-off-by: Lars Wendler gentoo.org> sys-fs/xfsprogs/xfsprogs-4.2.0.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys-fs/xfsprogs/xfsprogs-4.2.0.ebuild b/sys-fs/xfsprogs/xfsprogs-4.2.0.ebuild index bb4bae0..35a490f 100644 --- a/sys-fs/xfsprogs/xfsprogs-4.2.0.ebuild +++ b/sys-fs/xfsprogs/xfsprogs-4.2.0.ebuild @@ -87,7 +87,9 @@ src_configure() { } src_install() { - emake DIST_ROOT="${ED}" install{,-dev} + emake DIST_ROOT="${ED}" install + # parallel install fails on this target for >=xfsprogs-3.2.0 + emake -j1 DIST_ROOT="${ED}" install-dev # handle is for xfsdump, the rest for xfsprogs gen_usr_ldscript -a xfs xlog