Gentoo Archives: gentoo-commits

From: Dirkjan Ochtman <djc@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust/
Date: Mon, 29 Jan 2018 19:16:10
Message-Id: 1517253354.dfb3eb8a5ca1bb0fab50c6409cec7a4321b242ba.djc@gentoo
1 commit: dfb3eb8a5ca1bb0fab50c6409cec7a4321b242ba
2 Author: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 29 19:15:54 2018 +0000
4 Commit: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 29 19:15:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfb3eb8a
7
8 dev-lang/rust: honor MAKEOPTS (fixes bug 613794, thanks to toralf)
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-lang/rust/rust-1.23.0-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-lang/rust/rust-1.23.0-r1.ebuild b/dev-lang/rust/rust-1.23.0-r1.ebuild
16 index 0f20423bb66..a8057d5b644 100644
17 --- a/dev-lang/rust/rust-1.23.0-r1.ebuild
18 +++ b/dev-lang/rust/rust-1.23.0-r1.ebuild
19 @@ -119,7 +119,7 @@ src_configure() {
20 }
21
22 src_compile() {
23 - ./x.py build --verbose --config="${S}"/config.toml || die
24 + ./x.py build --verbose --config="${S}"/config.toml "${MAKEOPTS}" || die
25 }
26
27 src_install() {