summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirkjan Ochtman <djc@gentoo.org>2018-01-29 20:15:54 +0100
committerDirkjan Ochtman <djc@gentoo.org>2018-01-29 20:15:54 +0100
commitdfb3eb8a5ca1bb0fab50c6409cec7a4321b242ba (patch)
tree8134dda328fab435e995b73bed647fd62d6cf6ae /dev-lang
parentmedia-libs/mesa: Version bump to 18.0.0_rc3 (diff)
downloadgentoo-dfb3eb8a5ca1bb0fab50c6409cec7a4321b242ba.tar.gz
gentoo-dfb3eb8a5ca1bb0fab50c6409cec7a4321b242ba.tar.bz2
gentoo-dfb3eb8a5ca1bb0fab50c6409cec7a4321b242ba.zip
dev-lang/rust: honor MAKEOPTS (fixes bug 613794, thanks to toralf)
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/rust/rust-1.23.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust/rust-1.23.0-r1.ebuild b/dev-lang/rust/rust-1.23.0-r1.ebuild
index 0f20423bb664..a8057d5b6440 100644
--- a/dev-lang/rust/rust-1.23.0-r1.ebuild
+++ b/dev-lang/rust/rust-1.23.0-r1.ebuild
@@ -119,7 +119,7 @@ src_configure() {
}
src_compile() {
- ./x.py build --verbose --config="${S}"/config.toml || die
+ ./x.py build --verbose --config="${S}"/config.toml "${MAKEOPTS}" || die
}
src_install() {