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.2.0_alpha20~90 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=12fda364c7d7fc6ce36f2a10bdcfc38adab27110;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 5453622ee..027503cf9 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