Gentoo Archives: gentoo-commits

From: Aric Belsito <lluixhi@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: dev-lang/rust/
Date: Tue, 06 Feb 2018 01:12:01
Message-Id: 1517587158.4a89d331496affd51a02d11bf5277a9a38910162.lluixhi@gentoo
1 commit: 4a89d331496affd51a02d11bf5277a9a38910162
2 Author: stefson <herrtimson <AT> yahoo <DOT> de>
3 AuthorDate: Fri Feb 2 15:59:18 2018 +0000
4 Commit: Aric Belsito <lluixhi <AT> gmail <DOT> com>
5 CommitDate: Fri Feb 2 15:59:18 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=4a89d331
7
8 dev-lang/rust: attempt to make the build system to honor MAKEOPTS from make.conf
9
10 dev-lang/rust/rust-1.23.0-r1.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/dev-lang/rust/rust-1.23.0-r1.ebuild b/dev-lang/rust/rust-1.23.0-r1.ebuild
14 index 5d7184a..c5b5ff4 100644
15 --- a/dev-lang/rust/rust-1.23.0-r1.ebuild
16 +++ b/dev-lang/rust/rust-1.23.0-r1.ebuild
17 @@ -6,7 +6,7 @@ EAPI=6
18 LLVM_MAX_SLOT=4
19 PYTHON_COMPAT=( python2_7 )
20
21 -inherit python-any-r1 versionator toolchain-funcs llvm
22 +inherit multiprocessing python-any-r1 versionator toolchain-funcs llvm
23
24 if [[ ${PV} = *beta* ]]; then
25 betaver=${PV//*beta}
26 @@ -189,7 +189,7 @@ src_configure() {
27 }
28
29 src_compile() {
30 - ./x.py build || die
31 + ./x.py build -j$(makeopts_jobs) || die
32 }
33
34 src_install() {