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

Collapse All | Expand All

(-)bin/emerge (-1 / +1 lines)
Lines 961-967 Link Here
961
			self.digraph.addnode(jbigkey, myparent,
961
			self.digraph.addnode(jbigkey, myparent,
962
				priority=priority)
962
				priority=priority)
963
963
964
		if addme:
964
		if mybigkey[-1] == "merge":
965
			self.mydbapi[myroot].cpv_inject(mykey,
965
			self.mydbapi[myroot].cpv_inject(mykey,
966
				metadata=dict(izip(self._mydbapi_keys,
966
				metadata=dict(izip(self._mydbapi_keys,
967
				mydbapi.aux_get(mykey, self._mydbapi_keys))))
967
				mydbapi.aux_get(mykey, self._mydbapi_keys))))

Return to bug 157897