cardoe / cargo-ebuild

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

dependency tracking #11

Open cardoe opened 6 years ago

cardoe commented 6 years ago

A number of distros append NEEDED info into their package dependencies after the binaries have been built unlike Gentoo. So packages could get generated needing OpenSSL and the ebuild won't have that requirement. There should be some nice way around this.