From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A362F139694 for ; Fri, 23 Jun 2017 21:56:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A397123400F; Fri, 23 Jun 2017 21:56:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7D14423400F for ; Fri, 23 Jun 2017 21:56:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8F6D03416E7 for ; Fri, 23 Jun 2017 21:56:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 345AB7480 for ; Fri, 23 Jun 2017 21:56:17 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1498254952.602a5ac8c27d4cbe020fc872e25c8166ba1ff284.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/samba/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/samba/samba-4.5.10.ebuild X-VCS-Directories: net-fs/samba/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 602a5ac8c27d4cbe020fc872e25c8166ba1ff284 X-VCS-Branch: master Date: Fri, 23 Jun 2017 21:56:17 +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: d5314658-06b2-436e-8033-e506edb23c3e X-Archives-Hash: 018ebbe41b00180846d0da4ae3199e3d commit: 602a5ac8c27d4cbe020fc872e25c8166ba1ff284 Author: Matt Turner gentoo org> AuthorDate: Fri Jun 23 21:51:19 2017 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Jun 23 21:55:52 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=602a5ac8 net-fs/samba: Use waf-utils_src_compile in order to get parallel builds The 4.6 versions already do this. Patch by Sergei Trofimovich gentoo.org> Bug: https://bugs.gentoo.org/622190 net-fs/samba/samba-4.5.10.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/net-fs/samba/samba-4.5.10.ebuild b/net-fs/samba/samba-4.5.10.ebuild index 4eb8cea8c24..dce3a54883c 100644 --- a/net-fs/samba/samba-4.5.10.ebuild +++ b/net-fs/samba/samba-4.5.10.ebuild @@ -211,6 +211,10 @@ multilib_src_configure() { waf-utils_src_configure ${myconf[@]} } +multilib_src_compile() { + waf-utils_src_compile +} + multilib_src_install() { waf-utils_src_install