From: Zac Medico Date: Thu, 27 Jan 2011 02:48:47 +0000 (-0800) Subject: binarytree: fix BASE_URI for old-style binhost X-Git-Tag: v2.1.9.36~60 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0fdab6a15edaaac4cd5ead86ea2e92f2a34967b0;p=portage.git binarytree: fix BASE_URI for old-style binhost --- 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