diff options
Diffstat (limited to 'mdkapplet-restricted-helper')
-rwxr-xr-x | mdkapplet-restricted-helper | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mdkapplet-restricted-helper b/mdkapplet-restricted-helper index d034e1f4..7ae481d0 100755 --- a/mdkapplet-restricted-helper +++ b/mdkapplet-restricted-helper @@ -121,6 +121,8 @@ sub add_restricted_medium { } else { my $arch = urpm::cfg::get_arch(); actually_add_restricted_medium($ref, $password, $arch); + # FIXME: is not enough if we ever support sparc64, ppc64 and the like: + actually_add_restricted_medium($ref, $password, 'i586') if $arch eq 'x86_64'; } } |