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

(-)pym/portage.py (-1 / +2 lines)
Lines 8004-8010 Link Here
8004
		self.cat     = cat
8004
		self.cat     = cat
8005
		self.pkg     = pkg
8005
		self.pkg     = pkg
8006
		self.mycpv   = self.cat+"/"+self.pkg
8006
		self.mycpv   = self.cat+"/"+self.pkg
8007
		self.mysplit = pkgsplit(self.mycpv)
8007
		self.mysplit = catpkgsplit(self.mycpv)[1:]
8008
		self.mysplit[0] = "%s/%s" % (self.cat, self.mysplit[0])
8008
		self.treetype = treetype
8009
		self.treetype = treetype
8009
		if vartree is None:
8010
		if vartree is None:
8010
			global db
8011
			global db

Return to bug 211365