This patchset contains various improvements to the rust and cargo eclasses, including typo fixes and documentation improvements.
Main changes are: * use dynamic linking by default in cargo.eclass (important for rust-bin on musl where it was previous broken) * use static.crates.io CDN in cargo.eclass This patchset can also be seen in https://github.com/gentoo/gentoo/pull/40938 Arthur Zamarin (3): cargo.eclass: fix typos rust.eclass: fix typos rust.eclass: add documentation for RUST_{SLOT,TYPE} Michal Rostecki (1): cargo.eclass: Enable dynamic linking by default swomf (1): cargo.eclass: use static.crates.io cdn eclass/cargo.eclass | 13 +++++++++---- eclass/rust.eclass | 36 ++++++++++++++++++++++++------------ 2 files changed, 33 insertions(+), 16 deletions(-) -- 2.48.1