When --with-bdeps=y is enabled for built packages, pull in build time deps as
authorZac Medico <zmedico@gentoo.org>
Sat, 22 Sep 2007 02:30:04 +0000 (02:30 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 22 Sep 2007 02:30:04 +0000 (02:30 -0000)
commitc79e2c7c841e3175a4f1b10c8cde8f73f3d10fe7
tree77979a1eb3c726c52e003cfc1b221840a385323b
parent153e3d641545fab537bee32c5390dc1a738cd34c
When --with-bdeps=y is enabled for built packages, pull in build time deps as
requested, but marked them as "satisfied" since they are not strictly
required. This allows more freedom in the merge order calculation for solving
circular dependencies. Don't convert to PDEPEND since that could make
--with-bdeps=y less effective if it is used to adjust merge order to prevent
built_with_use() calls from failing.

svn path=/main/trunk/; revision=7793
pym/emerge/__init__.py