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

(-)pym/_emerge/depgraph.py (+3 lines)
Lines 2071-2076 Link Here
2071
				if metadata is not None:
2071
				if metadata is not None:
2072
					pkg = self._pkg(cpv, pkg_type, root_config,
2072
					pkg = self._pkg(cpv, pkg_type, root_config,
2073
						installed=installed)
2073
						installed=installed)
2074
					# pkg.metadata contains calculated USE for ebuilds,
2075
					# required later for getMissingLicenses.
2076
					metadata = pkg.metadata
2074
					if pkg.cp != atom.cp:
2077
					if pkg.cp != atom.cp:
2075
						# A cpv can be returned from dbapi.match() as an
2078
						# A cpv can be returned from dbapi.match() as an
2076
						# old-style virtual match even in cases when the
2079
						# old-style virtual match even in cases when the

Return to bug 289068