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

(-)/usr/bin/epm (-1 / +1 lines)
Lines 285-291 Link Here
285
	print @files;
285
	print @files;
286
    } else {
286
    } else {
287
    	print grep {
287
    	print grep {
288
	    s/^obj (.+) \w+ \d+\s*$/$1/ || s/^sym (\S.*?) -> .*$/$1/ } @files;
288
	    s/^obj (.+) \w+ \d+\s*$/$1\n/ || s/^sym (\S.*?) -> .*$/$1/ } @files;
289
    }
289
    }
290
}
290
}
291
291

Return to bug 102680