diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-04-18 04:19:45 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-04-18 04:19:45 -0700 |
commit | c46b01a2fac9c0472ee3cb7438ccdf2aa8287ae8 (patch) | |
tree | ab3b69640ddae418f2c3307d331e9521e14f959f /dev-lang/rust | |
parent | dev-lang/rust: pass -jNUM in src_install as well (diff) | |
download | gentoo-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.ebuild | 2 |
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 |