--- emerge-1.224 2003-09-14 22:36:39.000000000 +0900 +++ emerge 2003-09-14 22:37:53.000000000 +0900 @@ -1542,7 +1542,7 @@ def post_emerge(retval=0): - auxpat=re.compile('^([^-]*)(-\d+)?\.info(-\d+)?(\.gz)?') + auxpat=re.compile('^([^-]*)(-[^\d]+)?\.info(-\d+)?(\.gz)?') os.chdir("/") global myopts print @@ -1605,7 +1605,7 @@ if not aux: continue auxgroups=aux.groups() - if not (auxgroups[1] or auxgroups[2]): + if not (auxgroups[2]): myso=commands.getstatusoutput("/usr/bin/install-info --dir-file="+inforoot+"/dir "+inforoot+"/"+x)[1] if myso!="": badcount=badcount+1