commit: 3e41c855c27028ba6a84848b2d9e27db92973554 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Wed Aug 28 07:32:02 2019 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Wed Aug 28 08:24:41 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e41c855
profiles/arch/amd64/package.use.mask: unmask rust-bin docs and tools Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> profiles/arch/amd64/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 43ba5a2fb15..758d97f26c8 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,11 @@ #--- END OF EXAMPLES --- +# Georgy Yakovlev <[email protected]> (2019-08-28) +# upstream provides docs and tools for tier-1 arches +dev-lang/rust-bin -doc +>=dev-lang/rust-bin-1.37 -clippy -rustfmt + # Thomas Deutschmann <[email protected]> (2019-08-03) # Early microcode loading is supported on amd64 sys-kernel/linux-firmware -initramfs
