diff options
author | Thierry Vignaud <tv@mandriva.org> | 2010-01-21 22:41:52 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2010-01-21 22:41:52 +0000 |
commit | 16849c313cc872527f27f2570e39554419d575ba (patch) | |
tree | 3b933e7840e185425be3bcff507f84e109ff48ab /mdkapplet-restricted-helper | |
parent | 9d8242c87096df473c1cd1b1a199cefec84198cb (diff) | |
download | mgaonline-16849c313cc872527f27f2570e39554419d575ba.tar mgaonline-16849c313cc872527f27f2570e39554419d575ba.tar.gz mgaonline-16849c313cc872527f27f2570e39554419d575ba.tar.bz2 mgaonline-16849c313cc872527f27f2570e39554419d575ba.tar.xz mgaonline-16849c313cc872527f27f2570e39554419d575ba.zip |
enhance FIXME message
Diffstat (limited to 'mdkapplet-restricted-helper')
-rwxr-xr-x | mdkapplet-restricted-helper | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |