Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust/
Date: Sun, 18 Apr 2021 10:58:15
Message-Id: 1618743463.cd39f5e857e3c187ff1c3cadf27ebce124c7e05d.gyakovlev@gentoo
1 commit: cd39f5e857e3c187ff1c3cadf27ebce124c7e05d
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 18 10:57:43 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 18 10:57:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd39f5e8
7
8 dev-lang/rust: pass -jNUM in src_install as well
9
10 Closes: https://bugs.gentoo.org/783735
11 Package-Manager: Portage-3.0.18, Repoman-3.0.3
12 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
13
14 dev-lang/rust/rust-1.51.0-r2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-lang/rust/rust-1.51.0-r2.ebuild b/dev-lang/rust/rust-1.51.0-r2.ebuild
18 index 2212ce60518..1c034cd59a6 100644
19 --- a/dev-lang/rust/rust-1.51.0-r2.ebuild
20 +++ b/dev-lang/rust/rust-1.51.0-r2.ebuild
21 @@ -510,7 +510,7 @@ src_install() {
22 (
23 IFS=$'\n'
24 env $(cat "${S}"/config.env) DESTDIR="${D}" \
25 - "${EPYTHON}" ./x.py install -vv --config="${S}"/config.toml || die
26 + "${EPYTHON}" ./x.py install -vv --config="${S}"/config.toml -j$(makeopts_jobs) || die
27 )
28
29 # bug #689562, #689160