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

(-)pym/portage.py (-1 / +2 lines)
Lines 6831-6837 Link Here
6831
		self.populated=1
6831
		self.populated=1
6832
6832
6833
	def inject(self,cpv):
6833
	def inject(self,cpv):
6834
		return self.dbapi.cpv_inject(cpv)
6834
		self.dbapi.cpv_inject(cpv)
6835
		self._create_symlink(cpv)
6835
6836
6836
	def exists_specific(self,cpv):
6837
	def exists_specific(self,cpv):
6837
		if not self.populated:
6838
		if not self.populated:

Return to bug 185389