commit:     4a89d331496affd51a02d11bf5277a9a38910162
Author:     stefson <herrtimson <AT> yahoo <DOT> de>
AuthorDate: Fri Feb  2 15:59:18 2018 +0000
Commit:     Aric Belsito <lluixhi <AT> gmail <DOT> com>
CommitDate: Fri Feb  2 15:59:18 2018 +0000
URL:        https://gitweb.gentoo.org/proj/musl.git/commit/?id=4a89d331

dev-lang/rust: attempt to make the build system to honor MAKEOPTS from make.conf

 dev-lang/rust/rust-1.23.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/rust/rust-1.23.0-r1.ebuild 
b/dev-lang/rust/rust-1.23.0-r1.ebuild
index 5d7184a..c5b5ff4 100644
--- a/dev-lang/rust/rust-1.23.0-r1.ebuild
+++ b/dev-lang/rust/rust-1.23.0-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 LLVM_MAX_SLOT=4
 PYTHON_COMPAT=( python2_7 )
 
-inherit python-any-r1 versionator toolchain-funcs llvm
+inherit multiprocessing python-any-r1 versionator toolchain-funcs llvm
 
 if [[ ${PV} = *beta* ]]; then
        betaver=${PV//*beta}
@@ -189,7 +189,7 @@ src_configure() {
 }
 
 src_compile() {
-       ./x.py build || die
+       ./x.py build -j$(makeopts_jobs) || die
 }
 
 src_install() {

Reply via email to