summaryrefslogtreecommitdiffstats
path: root/urpm/select.pm
diff options
context:
space:
mode:
Diffstat (limited to 'urpm/select.pm')
-rw-r--r--urpm/select.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/select.pm b/urpm/select.pm
index 133eb274..d6e7737b 100644
--- a/urpm/select.pm
+++ b/urpm/select.pm
@@ -533,7 +533,7 @@ sub unselected_packages {
#- misc functions to help finding ask_unselect and ask_remove elements with their reasons translated.
sub already_installed {
my ($state) = @_;
- map { scalar $_->fullname } values %{$state->{rejected_already_installed} || {}};
+ uniq(map { scalar $_->fullname } values %{$state->{rejected_already_installed} || {}});
}
sub translate_already_installed {