From ed294af530612bccc31ae88572932c0a3a197161 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 31 Dec 2007 19:18:57 +0000 Subject: Bug #203919 - Define missing base_url variable to fix NameError when using PORTAGE_BINHOST. svn path=/main/branches/2.1.2/; revision=9130 --- pym/portage.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pym') 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: -- cgit v1.2.3-1-g7c22