treewalk: set REPLACING_VERSIONS later
authorZac Medico <zmedico@gentoo.org>
Fri, 17 Jun 2011 20:57:02 +0000 (13:57 -0700)
committerZac Medico <zmedico@gentoo.org>
Fri, 17 Jun 2011 20:57:02 +0000 (13:57 -0700)
commit2fde2c69df13932c4ff76f2cd439e4f3de466423
tree0522779da7846bfb54862e97c5adf1bb2e40817f
parent8788bb4765821026ca0524985b7b20fd50e618ad
treewalk: set REPLACING_VERSIONS later

Settings like this are better done after doebuild_environment, in case
doebuild_environment calls config.setcpv/reset. This avoids the need to
call backup_changes which is not really intended for per-package
settings since it tends to pollute the config instance with settings
that survive config.reset() calls.
pym/portage/dbapi/vartree.py