From 973a670685f5dde909c04cca5a01c7baac0c2049 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 8 Nov 2008 18:29:23 +0000 Subject: Fix $ROOT handlink inside display_preserved_libs(). svn path=/main/trunk/; revision=11829 --- pym/_emerge/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pym') diff --git a/pym/_emerge/__init__.py b/pym/_emerge/__init__.py index b02902032..ae6161017 100644 --- a/pym/_emerge/__init__.py +++ b/pym/_emerge/__init__.py @@ -11112,11 +11112,11 @@ def display_preserved_libs(vardbapi): print colorize("WARN", ">>>") + " package: %s" % cpv samefile_map = {} for f in plibdata[cpv]: - real_path = os.path.realpath(f) - alt_paths = samefile_map.get(real_path) + obj_key = linkmap._obj_key(f) + alt_paths = samefile_map.get(obj_key) if alt_paths is None: alt_paths = set() - samefile_map[real_path] = alt_paths + samefile_map[obj_key] = alt_paths alt_paths.add(f) for alt_paths in samefile_map.itervalues(): -- cgit v1.2.3-1-g7c22