summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2021-04-18 04:19:45 -0700
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2021-04-18 04:19:45 -0700
commitc46b01a2fac9c0472ee3cb7438ccdf2aa8287ae8 (patch)
treeab3b69640ddae418f2c3307d331e9521e14f959f /dev-lang/rust
parentdev-lang/rust: pass -jNUM in src_install as well (diff)
downloadgentoo-c46b01a2fac9c0472ee3cb7438ccdf2aa8287ae8.tar.gz
gentoo-c46b01a2fac9c0472ee3cb7438ccdf2aa8287ae8.tar.bz2
gentoo-c46b01a2fac9c0472ee3cb7438ccdf2aa8287ae8.zip
dev-lang/rust: don't install docs component in bootstrap compiler
Bug: https://bugs.gentoo.org/783468 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-lang/rust')
-rw-r--r--dev-lang/rust/rust-1.51.0-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust/rust-1.51.0-r2.ebuild b/dev-lang/rust/rust-1.51.0-r2.ebuild
index 1c034cd59a61..d785bab04bb7 100644
--- a/dev-lang/rust/rust-1.51.0-r2.ebuild
+++ b/dev-lang/rust/rust-1.51.0-r2.ebuild
@@ -219,7 +219,7 @@ src_prepare() {
local rust_stage0="rust-${RUST_STAGE0_VERSION}-$(rust_abi)"
"${WORKDIR}/${rust_stage0}"/install.sh --disable-ldconfig \
- --destdir="${rust_stage0_root}" --prefix=/ || die
+ --without=rust-docs --destdir="${rust_stage0_root}" --prefix=/ || die
fi
default