diff options
author | Zac Medico <zmedico@gentoo.org> | 2011-01-26 18:48:47 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2011-01-26 18:48:47 -0800 |
commit | 12fda364c7d7fc6ce36f2a10bdcfc38adab27110 (patch) | |
tree | 4895917f500154c49fcea7c6580dd13158af6a34 | |
parent | 92c25530595135e400d47128bc3b37e5e1806dc5 (diff) | |
download | portage-12fda364c7d7fc6ce36f2a10bdcfc38adab27110.tar.gz portage-12fda364c7d7fc6ce36f2a10bdcfc38adab27110.tar.bz2 portage-12fda364c7d7fc6ce36f2a10bdcfc38adab27110.zip |
binarytree: fix BASE_URI for old-style binhost
-rw-r--r-- | pym/portage/dbapi/bintree.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |