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 69F4F58973 for ; Thu, 21 Jan 2016 15:54:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70F8EE086D; Thu, 21 Jan 2016 15:54:47 +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 095B9E086D for ; Thu, 21 Jan 2016 15:54:46 +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 D4F64340A36 for ; Thu, 21 Jan 2016 15:54:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C84FCF3 for ; Thu, 21 Jan 2016 15:54:42 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1453391673.31b5ffc9df9ef99f53e9ad3061ea679ebf6e0d19.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/btrfs-progs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/btrfs-progs/btrfs-progs-4.3.1.ebuild X-VCS-Directories: sys-fs/btrfs-progs/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 31b5ffc9df9ef99f53e9ad3061ea679ebf6e0d19 X-VCS-Branch: master Date: Thu, 21 Jan 2016 15:54:42 +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: c748729c-deb1-4cf6-8163-f7f0b48ae3eb X-Archives-Hash: a13e319f0634c53cc9113f465146f16b commit: 31b5ffc9df9ef99f53e9ad3061ea679ebf6e0d19 Author: Mike Gilbert gentoo org> AuthorDate: Thu Jan 21 15:54:04 2016 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Thu Jan 21 15:54:33 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31b5ffc9 sys-fs/btrfs-progs: Work around racy Makefile Bug: https://bugs.gentoo.org/572512 Package-Manager: portage-2.2.26_p103 sys-fs/btrfs-progs/btrfs-progs-4.3.1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys-fs/btrfs-progs/btrfs-progs-4.3.1.ebuild b/sys-fs/btrfs-progs/btrfs-progs-4.3.1.ebuild index d0c3965..1fdd3ae 100644 --- a/sys-fs/btrfs-progs/btrfs-progs-4.3.1.ebuild +++ b/sys-fs/btrfs-progs/btrfs-progs-4.3.1.ebuild @@ -89,6 +89,9 @@ src_install() { $(usex static-libs '' 'libs_static=') $(usex static install-static '') ) + + # Bug 572512 + dodir /sbin emake V=1 DESTDIR="${D}" install "${makeargs[@]}" newbashcomp btrfs-completion btrfs }