Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 203918
Collapse All | Expand All

(-)pym/portage.py (+2 lines)
Lines 7778-7783 Link Here
7778
7778
7779
		if getbinpkgs and \
7779
		if getbinpkgs and \
7780
			self.settings["PORTAGE_BINHOST"] and not self.remotepkgs:
7780
			self.settings["PORTAGE_BINHOST"] and not self.remotepkgs:
7781
7782
			base_url = self.settings["PORTAGE_BINHOST"]
7781
			try:
7783
			try:
7782
				chunk_size = long(self.settings["PORTAGE_BINHOST_CHUNKSIZE"])
7784
				chunk_size = long(self.settings["PORTAGE_BINHOST_CHUNKSIZE"])
7783
				if chunk_size < 8:
7785
				if chunk_size < 8:

Return to bug 203918