summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pym/portage.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pym/portage.py b/pym/portage.py
index 90eccf963..cf4a36826 100644
--- a/pym/portage.py
+++ b/pym/portage.py
@@ -7778,6 +7778,8 @@ class binarytree(object):
if getbinpkgs and \
self.settings["PORTAGE_BINHOST"] and not self.remotepkgs:
+
+ base_url = self.settings["PORTAGE_BINHOST"]
try:
chunk_size = long(self.settings["PORTAGE_BINHOST_CHUNKSIZE"])
if chunk_size < 8: