aboutsummaryrefslogtreecommitdiffstats
path: root/URPM
diff options
context:
space:
mode:
Diffstat (limited to 'URPM')
-rw-r--r--URPM/Resolve.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/URPM/Resolve.pm b/URPM/Resolve.pm
index ca832b6..12b4a01 100644
--- a/URPM/Resolve.pm
+++ b/URPM/Resolve.pm
@@ -591,7 +591,7 @@ sub backtrack_selected {
#- in such case, we need to drop the problem caused so that rejected condition is removed.
#- if this is not possible, the next backtrack on the same package will be refused above.
- my @l = map { $urpm->search($_, strict_fullname => 1) }
+ my @l = map { $urpm->search($_, (strict_fullname => 1)) }
keys %{($state->{rejected}{$_->fullname} || {})->{closure}};
disable_selected_and_unrequested_dependencies($urpm, $db, $state, @l);