summaryrefslogtreecommitdiffstats
path: root/urpm/orphans.pm
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2014-09-07 03:27:11 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2014-09-07 05:20:18 +0200
commitede9789afc616a0eef512a879aafca31d75f297e (patch)
tree3796ba8d348bf3edb0bdcf556a7be041e15b016c /urpm/orphans.pm
parentd044f73e552be6b10cc8778b832969584e087cc7 (diff)
downloadurpmi-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.pm2
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 {
();