aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-09-11 07:28:36 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-09-11 07:28:36 +0000
commit53186fe13b8d8d6e9ef66c7cf2180a99a0eeed4c (patch)
treefd7d05ae884f0d2eeb2c219a24d88138a5905eac
parent4a7d326fe2757c700fba74bf39688a4010271f28 (diff)
downloadperl-URPM-53186fe13b8d8d6e9ef66c7cf2180a99a0eeed4c.tar
perl-URPM-53186fe13b8d8d6e9ef66c7cf2180a99a0eeed4c.tar.gz
perl-URPM-53186fe13b8d8d6e9ef66c7cf2180a99a0eeed4c.tar.bz2
perl-URPM-53186fe13b8d8d6e9ef66c7cf2180a99a0eeed4c.tar.xz
perl-URPM-53186fe13b8d8d6e9ef66c7cf2180a99a0eeed4c.zip
add comment
-rw-r--r--URPM/Resolve.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/URPM/Resolve.pm b/URPM/Resolve.pm
index 8414e3d..58bf9cb 100644
--- a/URPM/Resolve.pm
+++ b/URPM/Resolve.pm
@@ -1182,6 +1182,7 @@ sub compute_flags {
#- now search packages which fullname match given regexps
if (@regex) {
+ #- very costly :-(
foreach my $pkg (@{$urpm->{depslist}}) {
if (grep { $pkg->fullname =~ /$_/ } @regex) {
compute_flag($urpm, $pkg, %options);