When a package replaces another one, add the corresponding uninstall task
authorZac Medico <zmedico@gentoo.org>
Thu, 10 Jul 2008 10:33:03 +0000 (10:33 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 10 Jul 2008 10:33:03 +0000 (10:33 -0000)
commit84d0df9bcd2ad92d5c06ada47e608841c9fd3659
tree5acc29de8c46064ac5756b6a9d911c293b9fae70
parentd23d16859ffb1bc728d481cd9616314c72221494
When a package replaces another one, add the corresponding uninstall task
for the replaced package to Scheduler._completed_tasks so that it's properly
accounted for in _dependent_on_scheduled_merges().

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