Bug #240022 - Avoid duplicate output for the same library (due to symlinks)
authorZac Medico <zmedico@gentoo.org>
Sun, 5 Oct 2008 18:47:57 +0000 (18:47 -0000)
committerZac Medico <zmedico@gentoo.org>
Sun, 5 Oct 2008 18:47:57 +0000 (18:47 -0000)
commit5d0860aa4e55c73e55bd487bb562202cd183e467
treed0c1d147d0cb9ead1cda71ec47051ad0dab9bf93
parenta2c9cbd00a5551aa696574d23dd8ab8c85e5248c
Bug #240022 - Avoid duplicate output for the same library (due to symlinks)
in display_preserved_libs() by using os.path.realpath() to group duplicate
references together. Thanks to Fabian Groffen <grobian@g.o> for the initial
patch.

svn path=/main/trunk/; revision=11636
pym/_emerge/__init__.py