--- emerge.org 2003-05-19 21:53:51.000000000 +0200 +++ /usr/bin/emerge 2003-05-19 22:19:48.000000000 +0200 @@ -387,9 +387,9 @@ mysum = [0,0] mycat = match.split("/")[0] - mypkg = match.split("/")[1] + "-" + myversion - - mydigest = portage.settings["PORTDIR"] + "/" + match + "/files/digest-" + mypkg + tmp_match=re.sub("-"+myversion,"",match) + mypkg = tmp_match.split("/")[1] + "-" + myversion + mydigest = portage.settings["PORTDIR"] + "/" + tmp_match + "/files/digest-" + mypkg try: myfile = open(mydigest,"r")