From 12fda364c7d7fc6ce36f2a10bdcfc38adab27110 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 26 Jan 2011 18:48:47 -0800 Subject: [PATCH] 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 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 -- 2.26.2