summaryrefslogtreecommitdiffstats
path: root/urpm/select.pm
diff options
context:
space:
mode:
Diffstat (limited to 'urpm/select.pm')
-rw-r--r--urpm/select.pm4
1 files changed, 0 insertions, 4 deletions
diff --git a/urpm/select.pm b/urpm/select.pm
index 28b38d91..ff144d39 100644
--- a/urpm/select.pm
+++ b/urpm/select.pm
@@ -557,12 +557,8 @@ sub translate_why_unselected_one {
my $obj = $state->{rejected}{$fullname};
my $rb = $obj->{backtrack};
- my @froms = keys %{$rb->{closure} || {}};
my @unsatisfied = @{$rb->{unsatisfied} || []};
- my @conflicts = keys(%$rb) ? () : keys %{$obj->{closure}};
my $s = join ", ", (
- (map { N("due to missing %s", $_) } @froms),
- (map { N("due to already installed %s", $_) } @conflicts),
(map { N("due to unsatisfied %s", $_) } uniq(map {
#- XXX in theory we shouldn't need this, dependencies (and not ids) should
#- already be present in @unsatisfied. But with biarch packages this is