Index: pym/_emerge/__init__.py =================================================================== --- pym/_emerge/__init__.py (revision 10745) +++ pym/_emerge/__init__.py (working copy) @@ -9076,6 +9076,7 @@ if "porttree" in trees[root]: db = trees[root]["porttree"].dbapi paths = (db.mysettings["PORTDIR"]+" "+db.mysettings["PORTDIR_OVERLAY"]).split() + paths = [os.path.realpath(p) for p in paths] repos = db.getRepositories() for r in repos: p = db.getRepositoryPath(r)