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

Collapse All | Expand All

(-)a/pym/_emerge/resolver/package_tracker.py (-2 / +1 lines)
Lines 152-158 class PackageTracker(object): Link Here
152
		packages may also be returned.
152
		packages may also be returned.
153
		"""
153
		"""
154
		cp_key = root, atom.cp
154
		cp_key = root, atom.cp
155
		cache_key = root, atom, installed
155
		cache_key = root, atom, atom.unevaluated_atom, installed
156
		try:
156
		try:
157
			return iter(self._match_cache.get(cp_key, {})[cache_key])
157
			return iter(self._match_cache.get(cp_key, {})[cache_key])
158
		except KeyError:
158
		except KeyError:
159
- 

Return to bug 515230