From 4193f2e68b265b7b686698ead52280c6c16f5288 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 11 Sep 2007 13:51:54 +0000 Subject: unrequested doesn't exist, removing it --- urpm/select.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/urpm/select.pm b/urpm/select.pm index e001b393..d2ccca46 100644 --- a/urpm/select.pm +++ b/urpm/select.pm @@ -526,8 +526,6 @@ sub translate_why_removed_one { } @$whyv); } elsif ($whyk =~ /conflicts/) { N("due to conflicts with %s", $whyv); - } elsif ($whyk =~ /unrequested/) { - N("unrequested"); } elsif ($whyk) { $whyk; } else { -- cgit v1.2.1