Created attachment 553528 [details] dev-lang/rust ebuild https://blog.rust-lang.org/2018/10/25/Rust-1.30.0.html
Created attachment 553530 [details, diff] patch to fix clippy
rust-1.30.0 (this version) depends on cargo-0.31.0, which I can't find either here or in an overlay. Did I miss it somewhere?
Created attachment 554659 [details] dev-lang/rust ebuild Bug-fix rust version.
Created attachment 554661 [details, diff] patch to fix clippy
Created attachment 554663 [details] dev-util/cargo for this rust version I use cargo-9999 so I didn't test this cargo version. At the least it builds and installs into image/
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aee297999eab95cd0c4c5ebd886874529efde55b commit aee297999eab95cd0c4c5ebd886874529efde55b Author: Dirkjan Ochtman <djc@gentoo.org> AuthorDate: 2018-11-14 16:12:09 +0000 Commit: Dirkjan Ochtman <djc@gentoo.org> CommitDate: 2018-11-14 16:16:21 +0000 dev-lang/rust: version bump to 1.30.1 Fixes: https://bugs.gentoo.org/669876 Fixes: https://bugs.gentoo.org/669918 Signed-off-by: Dirkjan Ochtman <djc@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-lang/rust/Manifest | 14 ++ dev-lang/rust/files/1.30.1-clippy-sysroot.patch | 62 ++++++ dev-lang/rust/rust-1.30.1.ebuild | 263 ++++++++++++++++++++++++ 3 files changed, 339 insertions(+)
Oleg, thanks for the patch!