/[soft]/build_system/iurt/trunk/emi
ViewVC logotype

Diff of /build_system/iurt/trunk/emi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 6914 by tv, Fri Dec 7 13:38:35 2012 UTC revision 6915 by tv, Tue Jan 1 10:00:13 2013 UTC
# Line 193  foreach my $prefix (sort keys %pkg_tree) Line 193  foreach my $prefix (sort keys %pkg_tree)
193    
194      foreach my $section (keys %{$pkg_tree{$prefix}{section}}) {      foreach my $section (keys %{$pkg_tree{$prefix}{section}}) {
195          my $mandatory_arch = find { ref($_) eq 'ARRAY' } $config->{mandatory_arch},          my $mandatory_arch = find { ref($_) eq 'ARRAY' } $config->{mandatory_arch},
196          $config->{mandatory_arch}{$target}, $config->{mandatory_arch}{default}, [];          (ref($config->{mandatory_arch}) eq 'HASH' ? ($config->{mandatory_arch}{$target}, $config->{mandatory_arch}{default}) : ()), [];
197          my @wanted_archs = defined($pkg_tree{$prefix}{section}{$section}{arch}{noarch}) ? 'noarch' : @$mandatory_arch;          my @wanted_archs = defined($pkg_tree{$prefix}{section}{$section}{arch}{noarch}) ? 'noarch' : @$mandatory_arch;
198          my $path = $pkg_tree{$prefix}{section}{$section}{path};          my $path = $pkg_tree{$prefix}{section}{$section}{path};
199          my %missing;          my %missing;

Legend:
Removed from v.6914  
changed lines
  Added in v.6915

  ViewVC Help
Powered by ViewVC 1.1.30