Restore the old behavior of performing global updates when portage is reloaded after...
authorZac Medico <zmedico@gentoo.org>
Sun, 4 Jun 2006 00:09:27 +0000 (00:09 -0000)
committerZac Medico <zmedico@gentoo.org>
Sun, 4 Jun 2006 00:09:27 +0000 (00:09 -0000)
svn path=/main/trunk/; revision=3451

bin/emerge

index 5e63fd4ff837b2a6690b85cbc9aeaf6098083efc..7c4a3d0e1f8f5fcc319fd768efa5b76b45862707 100755 (executable)
@@ -3043,6 +3043,8 @@ if myaction in ["sync","metadata"] and (not "--help" in myopts):
 
        portage.portageexit()
        reload(portage)
+       portage.global_updates(
+               portage.settings, portage.db, portage.mtimedb["updates"])
        mybestpv=portage.portdb.xmatch("bestmatch-visible","sys-apps/portage")
        mypvs=portage.best(portage.db[portage.root]["vartree"].dbapi.match("sys-apps/portage"))