commit:     c46b01a2fac9c0472ee3cb7438ccdf2aa8287ae8
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 18 11:19:45 2021 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sun Apr 18 11:19:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c46b01a2

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 <AT> gentoo.org>

 dev-lang/rust/rust-1.51.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/rust/rust-1.51.0-r2.ebuild 
b/dev-lang/rust/rust-1.51.0-r2.ebuild
index 1c034cd59a6..d785bab04bb 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

Reply via email to