From 16849c313cc872527f27f2570e39554419d575ba Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 21 Jan 2010 22:41:52 +0000 Subject: enhance FIXME message --- mdkapplet-restricted-helper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdkapplet-restricted-helper b/mdkapplet-restricted-helper index e3e19b63..059dcb14 100755 --- a/mdkapplet-restricted-helper +++ b/mdkapplet-restricted-helper @@ -127,7 +127,7 @@ sub add_restricted_medium { my $arch = urpm::cfg::get_arch(); actually_add_restricted_medium($ref, $password, $arch) or adding_media_failed(); - # FIXME: is not enough if we ever support sparc64, ppc64 and the like: + # FIXME: is not enough if we (unlikely) ever support sparc64, ppc64 and the like: if ($arch eq 'x86_64') { actually_add_restricted_medium($ref, $password, 'i586') or adding_media_failed(); -- cgit v1.2.1