cardoe / cargo-ebuild

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

Forks are not correctly detected #4

Open Dr-Terrible opened 6 years ago

Dr-Terrible commented 6 years ago

When running cargo-ebuild for alacritty, the crate servo/rust-fontconfig is pulled instead of its fork (jwilm/rust-fontconfig) declared by Cargo.lock.

That causes the src_compile phase to die because cargo can't find the correct dependency.

gibix commented 6 years ago

rust-fontconfigconfig is pulled from with a specific git repo and font is pulled by alacritty with a relative path. cargo-ebuild at now supports only crates from crates.io