summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-01-26 18:48:47 -0800
committerZac Medico <zmedico@gentoo.org>2011-02-02 15:11:45 -0800
commit0fdab6a15edaaac4cd5ead86ea2e92f2a34967b0 (patch)
tree0e301eafbf7d122485f6f343969786a29c448f2e /pym
parenta4f473dd011dd9bba2fa0d69d6e7f9aa10edfffa (diff)
downloadportage-0fdab6a15edaaac4cd5ead86ea2e92f2a34967b0.tar.gz
portage-0fdab6a15edaaac4cd5ead86ea2e92f2a34967b0.tar.bz2
portage-0fdab6a15edaaac4cd5ead86ea2e92f2a34967b0.zip
binarytree: fix BASE_URI for old-style binhost
Diffstat (limited to 'pym')
-rw-r--r--pym/portage/dbapi/bintree.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pym/portage/dbapi/bintree.py b/pym/portage/dbapi/bintree.py
index accb8e7dc..8c2ba8d1b 100644
--- a/pym/portage/dbapi/bintree.py
+++ b/pym/portage/dbapi/bintree.py
@@ -945,6 +945,7 @@ class binarytree(object):
remote_metadata = self.__remotepkgs[mypkg]
for k, v in remote_metadata.items():
remote_metadata[k] = v.strip()
+ remote_metadata["BASE_URI"] = base_url
# Eliminate metadata values with names that digestCheck
# uses, since they are not valid when using the old