commit: 237acb3fa053410f384a73760ab2d546b9ba0ff4 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Wed Aug 28 07:29:19 2019 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Wed Aug 28 08:24:40 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=237acb3f
profiles/arch/x86/package.use.mask: unmask rust-bin docs and tools Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> profiles/arch/x86/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index a13a9ba9dd8..d8437f82970 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -3,6 +3,11 @@ # This file requires >=portage-2.1.1 +# 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 + # Andreas Sturmlechner <[email protected]> (2019-08-18) # media-video/pipewire is not keyworded yet dev-libs/weston pipewire
