diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-09-07 03:27:11 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-09-07 05:20:18 +0200 |
commit | ede9789afc616a0eef512a879aafca31d75f297e (patch) | |
tree | 3796ba8d348bf3edb0bdcf556a7be041e15b016c /urpm/orphans.pm | |
parent | d044f73e552be6b10cc8778b832969584e087cc7 (diff) | |
download | urpmi-ede9789afc616a0eef512a879aafca31d75f297e.tar urpmi-ede9789afc616a0eef512a879aafca31d75f297e.tar.gz urpmi-ede9789afc616a0eef512a879aafca31d75f297e.tar.bz2 urpmi-ede9789afc616a0eef512a879aafca31d75f297e.tar.xz urpmi-ede9789afc616a0eef512a879aafca31d75f297e.zip |
adapt to URPM-5.00
Diffstat (limited to 'urpm/orphans.pm')
-rw-r--r-- | urpm/orphans.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/orphans.pm b/urpm/orphans.pm index 8cdf1992..5279eb1f 100644 --- a/urpm/orphans.pm +++ b/urpm/orphans.pm @@ -152,7 +152,7 @@ sub _selected_unrequested { my $name = $pkg->name; $pkg->flag_requested || urpm::select::was_pkg_name_installed($rejected, $name) ? () : ($name => "(required by " . $from->fullname . ")"); - } elsif ($selected->{$_}{suggested}) { + } elsif ($selected->{$_}{recommended}) { ($urpm->{depslist}[$_]->name => "(suggested)"); } else { (); |