On 01/09/2011 04:00 AM, Kfir Lavi wrote: > Hi, > I have created an ebuild that build for me a small system. > The RDEPEND has required packages. This works fine and when I emerge this > ebuild, > all the "dependencies" are installed. > When I add > sys-kernel/gentoo-sources > or > =sys-kernel/vanilla-sources-2.6.28 > Emerge just ignore this dependency and install all the other packages. > Is there any mechanism that portage ignore kernel sources as a dependency?
My first guess it that you have packages that satisfy those dependencies inside /etc/portage/profile/package.provided. If that's not the case, then I'd suggest to file a bug at bugs.gentoo.org and post emerge --pretend --debug output for the command that is not pulling in the expected dependencies. -- Thanks, Zac
