Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 223417 | Differences between
and this patch

Collapse All | Expand All

(-)pym/portage.py (-1 / +1 lines)
Lines 6974-6980 Link Here
6974
			del self.cpcache[mycp]
6974
			del self.cpcache[mycp]
6975
		return returnme
6975
		return returnme
6976
6976
6977
	def cpv_all(self, use_cache=1):
6977
	def cpv_all(self, use_cache=0):
6978
		"""
6978
		"""
6979
		Set use_cache=0 to bypass the portage.cachedir() cache in cases
6979
		Set use_cache=0 to bypass the portage.cachedir() cache in cases
6980
		when the accuracy of mtime staleness checks should not be trusted
6980
		when the accuracy of mtime staleness checks should not be trusted

Return to bug 223417