Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 819786
Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +13 lines)
Line 12 Link Here
12
SRC_URI="$(rust_all_arch_uris ${MY_P})"
12
SRC_URI="$(rust_all_arch_uris ${MY_P}) rust-src? ( https://static.rust-lang.org/dist/2021-11-01/rust-src-${PV}.tar.xz )"
13
--
Line 17 Link Here
17
IUSE="clippy cpu_flags_x86_sse2 doc prefix rls rustfmt"
17
IUSE="clippy cpu_flags_x86_sse2 doc prefix rls rust-src rustfmt"
18
--
Line 84 Link Here
84
85
	# Rust component 'rust-src' is extracted from separate archive
86
	if use rust-src; then
87
		${WORKDIR}/rust-src-${PV}/install.sh \
88
			--components="rust-src" \
89
			--disable-verify \
90
			--prefix="${ED}/opt/${P}" \
91
			--mandir="${ED}/opt/${P}/man" \
92
			--disable-ldconfig \
93
			|| die
94
	fi

Return to bug 819786