From: Zac Medico Date: Wed, 11 Mar 2009 06:37:17 +0000 (-0000) Subject: Bug #261082 - Fix --getbinpkgonly code in binarytree._populate() to X-Git-Tag: v2.1.6.8~81 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=56818e8794e5e7ea5ec45ead116f26a5fcd0e2e8;p=portage.git Bug #261082 - Fix --getbinpkgonly code in binarytree._populate() to update the aux_get cache when it's appropriate for a remote package to override a local package. (trunk r12747) svn path=/main/branches/2.1.6/; revision=12996 --- diff --git a/pym/portage/dbapi/bintree.py b/pym/portage/dbapi/bintree.py index 40886a55b..9bd8eb92e 100644 --- a/pym/portage/dbapi/bintree.py +++ b/pym/portage/dbapi/bintree.py @@ -725,6 +725,9 @@ class binarytree(object): break if identical: del self._remotepkgs[cpv] + else: + # Override the local package in the aux_get cache. + self.dbapi._aux_cache[cpv] = remote_metadata else: # Local package instances override remote instances. for cpv in metadata: