commit: a82a3940e687cadbcda9f7b69c5e65bba345a6f2
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 27 09:16:36 2021 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Tue Apr 27 11:47:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a82a3940
dev-lang/rust: explicitly set bootstrap rustfmt
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 | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-lang/rust/rust-1.51.0-r2.ebuild
b/dev-lang/rust/rust-1.51.0-r2.ebuild
index 256840aa024..4cb06646840 100644
--- a/dev-lang/rust/rust-1.51.0-r2.ebuild
+++ b/dev-lang/rust/rust-1.51.0-r2.ebuild
@@ -290,6 +290,7 @@ src_configure() {
target = [${rust_targets}]
cargo = "${rust_stage0_root}/bin/cargo"
rustc = "${rust_stage0_root}/bin/rustc"
+ rustfmt = "${rust_stage0_root}/bin/rustfmt"
docs = $(toml_usex doc)
compiler-docs = $(toml_usex doc)
submodules = false