cardoe / cargo-ebuild

cargo extension that can generate ebuilds using the in-tree eclasses
Apache License 2.0
75 stars 13 forks source link

Fixed local crates being added to ebuild #35

Closed leonardohn closed 4 years ago

leonardohn commented 4 years ago

I've been trying to generate ebuilds for rust-analyzer but some local crates were erroneously being added to CRATES variable, so I modified cargo-ebuild to check whether the dependency comes from crates.io. I think this change also solves issues #18 and #34.