From 602a5ac8c27d4cbe020fc872e25c8166ba1ff284 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Fri, 23 Jun 2017 14:51:19 -0700 Subject: 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 Bug: https://bugs.gentoo.org/622190 --- net-fs/samba/samba-4.5.10.ebuild | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'net-fs') 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 -- cgit v1.2.1