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

Collapse All | Expand All

(-)/var/tmp/portage/portage-2.0.50-r1/work/portage-2.0.50-r1/pym/portage.py (-3 / +3 lines)
Lines 4652-4660 Link Here
4652
		for oroot in self.overlays:
4652
		for oroot in self.overlays:
4653
			for x in listdir(oroot+"/"+mycp,EmptyOnError=1,ignorecvs=1):
4653
			for x in listdir(oroot+"/"+mycp,EmptyOnError=1,ignorecvs=1):
4654
				if x[-7:]==".ebuild":
4654
				if x[-7:]==".ebuild":
4655
					mycp=mysplit[0]+"/"+x[:-7]
4655
					ocp=mysplit[0]+"/"+x[:-7]
4656
					if not mycp in returnme:
4656
					if not ocp in returnme:
4657
						returnme.append(mycp)
4657
						returnme.append(ocp)
4658
		return returnme
4658
		return returnme
4659
4659
4660
	def freeze(self):
4660
	def freeze(self):

Return to bug 41431