summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
Diffstat (limited to 'urpm.pm')
-rw-r--r--urpm.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm.pm b/urpm.pm
index 37f80641..ee63e36d 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -2156,7 +2156,7 @@ sub resolve_dependencies {
if ($options{install_src}) {
#- only src will be installed, so only update $state->{selected} according
#- to src status of files.
- foreach (%$requested) {
+ foreach (keys %$requested) {
my $pkg = $urpm->{depslist}[$_] or next;
$pkg->arch eq 'src' or next;
$state->{selected}{$_} = undef;