For --depclean and --prune, eliminate duplicate graph creation code by re-using
authorZac Medico <zmedico@gentoo.org>
Mon, 21 Jul 2008 02:20:28 +0000 (02:20 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 21 Jul 2008 02:20:28 +0000 (02:20 -0000)
commit939adf4ce1595116a0daef098f5cf303ced8d7e3
tree10877367934d504d650885a97ca3b08accb11e3a
parentfca57996027dfe24aacd90ebf64806bbcd67da2e
For --depclean and --prune, eliminate duplicate graph creation code by re-using
the depgraph class to do it. The depgraph class was used in the past for this
purpose but back then it didn't handle USE flags correctly for installed
packages. Now it works fine.

svn path=/main/trunk/; revision=11152
pym/_emerge/__init__.py
pym/portage/__init__.py
pym/portage/sets/base.py