From 3a1ac9ecef28c35caf46eed160b03725bf9161fc Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 13 Aug 2007 13:37:16 +0000 Subject: (translate_why_removed_one) if we got back an explanation unknown of use, just report it back --- urpm/select.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'urpm/select.pm') diff --git a/urpm/select.pm b/urpm/select.pm index e46d2c24..0300395e 100644 --- a/urpm/select.pm +++ b/urpm/select.pm @@ -488,6 +488,8 @@ sub translate_why_removed_one { N("due to conflicts with %s", $whyv); } elsif ($whyk =~ /unrequested/) { N("unrequested"); + } elsif ($whyk) { + $whyk; } else { undef; } -- cgit v1.2.1