Defer selection of package dependency atoms until they are
authorZac Medico <zmedico@gentoo.org>
Wed, 31 Oct 2007 05:27:48 +0000 (05:27 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 31 Oct 2007 05:27:48 +0000 (05:27 -0000)
commit3c8be539da2e47f88beda9e6c5ff723220dca0d8
tree1a9817b433717b1182fe8818ec312fca5a06b3e2
parentdbcdd507bdff67d884dc4168fe99db35fe0f8d60
Defer selection of package dependency atoms until they are
actually needed since the appropriate atom selection behavior
can change between the time that the package is initially
added to the graph and when it's dependencies are traversed
(like when --consistent is enabled).

svn path=/main/trunk/; revision=8347
pym/_emerge/__init__.py