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

Collapse All | Expand All

(-)portage.py.orig (-2 / +3 lines)
Lines 6031-6038 Link Here
6031
			try:
6031
			try:
6032
				mydat[1]=os.path.normpath(root+mydat[1][1:])
6032
				mydat[1]=os.path.normpath(root+mydat[1][1:])
6033
				if mydat[0]=="obj":
6033
				if mydat[0]=="obj":
6034
					#format: type, mtime, md5sum
6034
					if len(mydat) >= 4:
6035
					pkgfiles[string.join(mydat[1:-2]," ")]=[mydat[0], mydat[-1], mydat[-2]]
6035
						#format: type, mtime, md5sum
6036
						pkgfiles[string.join(mydat[1:-2]," ")]=[mydat[0], mydat[-1], mydat[-2]]
6036
				elif mydat[0]=="dir":
6037
				elif mydat[0]=="dir":
6037
					#format: type
6038
					#format: type
6038
					pkgfiles[string.join(mydat[1:])]=[mydat[0] ]
6039
					pkgfiles[string.join(mydat[1:])]=[mydat[0] ]

Return to bug 100479