Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 153921
Collapse All | Expand All

(-)a/epm (-2 / +3 lines)
Lines 318-325 sub query_file(@) Link Here
318
	    # Check this list of files for the current query
318
	    # Check this list of files for the current query
319
	    while (my $f = <F>) {
319
	    while (my $f = <F>) {
320
		chomp($f);
320
		chomp($f);
321
		$f =~ s{^obj (.+?)(?:/\.keep[^\s/]*)? \w+ \d+\s*?}{$1} or
321
		$f =~ s/^dir // or
322
		$f =~ s{^sym (\S.*?) -> .*$}{$1} or next;
322
		$f =~ s/^obj (.+) \w+ \d+\s*$/$1/ or
323
		$f =~ s/^sym (\S.*?) -> .*$/$1/ or next;
323
		next unless $f eq $a;
324
		next unless $f eq $a;
324
		$found = 1;
325
		$found = 1;
325
		push @pkgs, $p;
326
		push @pkgs, $p;

Return to bug 153921