Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/samba/
Date: Fri, 23 Jun 2017 21:56:22
Message-Id: 1498254952.602a5ac8c27d4cbe020fc872e25c8166ba1ff284.mattst88@gentoo
1 commit: 602a5ac8c27d4cbe020fc872e25c8166ba1ff284
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 23 21:51:19 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 23 21:55:52 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=602a5ac8
7
8 net-fs/samba: Use waf-utils_src_compile in order to get parallel builds
9
10 The 4.6 versions already do this.
11
12 Patch by Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 Bug: https://bugs.gentoo.org/622190
15
16 net-fs/samba/samba-4.5.10.ebuild | 4 ++++
17 1 file changed, 4 insertions(+)
18
19 diff --git a/net-fs/samba/samba-4.5.10.ebuild b/net-fs/samba/samba-4.5.10.ebuild
20 index 4eb8cea8c24..dce3a54883c 100644
21 --- a/net-fs/samba/samba-4.5.10.ebuild
22 +++ b/net-fs/samba/samba-4.5.10.ebuild
23 @@ -211,6 +211,10 @@ multilib_src_configure() {
24 waf-utils_src_configure ${myconf[@]}
25 }
26
27 +multilib_src_compile() {
28 + waf-utils_src_compile
29 +}
30 +
31 multilib_src_install() {
32 waf-utils_src_install