action_info: eliminate duplicate info_pkgs match
authorZac Medico <zmedico@gentoo.org>
Fri, 29 Apr 2011 15:04:13 +0000 (08:04 -0700)
committerZac Medico <zmedico@gentoo.org>
Fri, 29 Apr 2011 15:04:13 +0000 (08:04 -0700)
commitb67367d3e7d11a0d7d62e48d433c76eae64e5f99
tree2a145c348d4d557cd53c700d5b5cd81ba257383d
parenta7971b43b4b04eaadbf10ad635677d4a737d7773
action_info: eliminate duplicate info_pkgs match

Currently, sys-kernel/linux-headers is matched by both a plain
sys-kernel/linux-headers atom and by the virtual/os-headers new-style
virtual. For backward compatibility, we're going to have duplicates
like this for at least a few months (see bug #364673, comment #5).
Therefore, automatically eliminate duplicates in the display. Entries
that include virtual provider info are preferred over those that do
not.
pym/_emerge/actions.py