binpkg doesn't pull-in dependency required by USE flag
On 12/29/2009 11:45 PM, Amit Dor-Shifer wrote:
> Normally, when "jce" is on, sun-jdk pulls-in sun-jce-bin:
>
> amit0 myebuilds # USE="${USE} jce" emerge -p sun-jdk
>
> These are the packages that would be merged, in order:
>
> Calculating dependencies... done!
> [ebuild N f ] dev-java/sun-jce-bin-1.6.0
> [ebuild R ] dev-java/sun-jdk-1.6.0.16 USE="jce*"
>
> However, when I attempt to merge the binpkg-ed sun-jdk, dep isn't pulled:
That's because the dependency is in DEPEND which is built time only
and therefore doesn't apply to binary packages. You can use
--with-bdeps=y if you want it to pull in DEPEND for binary packages.
--
Thanks,
Zac