When --with-bdeps=y is enabled for built packages, pull in build time deps as
authorZac Medico <zmedico@gentoo.org>
Wed, 26 Sep 2007 04:25:25 +0000 (04:25 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 26 Sep 2007 04:25:25 +0000 (04:25 -0000)
commit7296a1443316d2ab09aa993ad5be69c3bb953c19
tree3b61628f0dec2196ca4dc81174071103f26f5a65
parentb67aa895a83eae2a6139ba77a252285c18ea379d
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. (trunk r7793)

svn path=/main/branches/2.1.2/; revision=7823
bin/emerge