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

Collapse All | Expand All

(-)emerge.org (-3 / +3 lines)
Lines 387-395 Link Here
387
387
388
					mysum = [0,0]
388
					mysum = [0,0]
389
					mycat = match.split("/")[0]
389
					mycat = match.split("/")[0]
390
					mypkg = match.split("/")[1] + "-" + myversion
390
					tmp_match=re.sub("-"+myversion,"",match)
391
391
					mypkg = tmp_match.split("/")[1] + "-" + myversion
392
					mydigest = portage.settings["PORTDIR"] + "/"  + match + "/files/digest-" + mypkg
392
					mydigest = portage.settings["PORTDIR"] + "/"  + tmp_match + "/files/digest-" + mypkg
393
					
393
					
394
					try:
394
					try:
395
						myfile = open(mydigest,"r")
395
						myfile = open(mydigest,"r")

Return to bug 11829