summaryrefslogtreecommitdiffstats
path: root/pym/portage
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-03-11 06:37:31 +0000
committerZac Medico <zmedico@gentoo.org>2009-03-11 06:37:31 +0000
commit5407a2b8449c9a32b182727dc86501092edaa356 (patch)
treeeae317b64348972ece591b77f6d9de8a21435af7 /pym/portage
parent56818e8794e5e7ea5ec45ead116f26a5fcd0e2e8 (diff)
downloadportage-5407a2b8449c9a32b182727dc86501092edaa356.tar.gz
portage-5407a2b8449c9a32b182727dc86501092edaa356.tar.bz2
portage-5407a2b8449c9a32b182727dc86501092edaa356.zip
Bug #261082 - Prefer remote package instances whenever --getbinpkg is enabled
(previously local instances were preferred unless --getbinpkgonly was enabled). (trunk r12749) svn path=/main/branches/2.1.6/; revision=12997
Diffstat (limited to 'pym/portage')
-rw-r--r--pym/portage/dbapi/bintree.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/dbapi/bintree.py b/pym/portage/dbapi/bintree.py
index 9bd8eb92e..80d7765de 100644
--- a/pym/portage/dbapi/bintree.py
+++ b/pym/portage/dbapi/bintree.py
@@ -703,7 +703,7 @@ class binarytree(object):
for cpv in self._remotepkgs:
self.dbapi.cpv_inject(cpv)
self.populated = 1
- if getbinpkgsonly:
+ if True:
# Remote package instances override local package
# if they are not identical.
hash_names = ["SIZE"] + self._pkgindex_hashes