From 0fdab6a15edaaac4cd5ead86ea2e92f2a34967b0 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 26 Jan 2011 18:48:47 -0800 Subject: binarytree: fix BASE_URI for old-style binhost --- pym/portage/dbapi/bintree.py | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3-1-g7c22