summaryrefslogtreecommitdiffstats
path: root/urpmq
diff options
context:
space:
mode:
Diffstat (limited to 'urpmq')
-rwxr-xr-xurpmq3
1 files changed, 1 insertions, 2 deletions
diff --git a/urpmq b/urpmq
index 91309582..bee492d1 100755
--- a/urpmq
+++ b/urpmq
@@ -313,8 +313,7 @@ if ($options{list_aliases}) {
#- finally conflicts that will force a new upgrade or a remove.
while (defined ($dep = shift @properties)) {
#- take the best package for each choices of same name.
- my $packages = $urpm->find_candidate_packages($dep);
- foreach (values %$packages) {
+ foreach ($urpm->find_candidate_packages_($dep)) {
my ($best_requested, $best);
foreach (@$_) {
if ($best_requested || exists $requested{$_->id}) {