Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 493318 | Differences between
and this patch

Collapse All | Expand All

(-)scipy-0.13.2-r1.ebuild.orig (-1 / +1 lines)
Lines 64-70 Link Here
64
pc_libs() {
64
pc_libs() {
65
	$(tc-getPKG_CONFIG) --libs-only-l $@ | \
65
	$(tc-getPKG_CONFIG) --libs-only-l $@ | \
66
		sed -e 's/[ ]-l*\(pthread\|m\)\([ ]\|$\)//g' \
66
		sed -e 's/[ ]-l*\(pthread\|m\)\([ ]\|$\)//g' \
67
		-e 's/^-l//' -e 's/[ ]*-l/,/g' -e 's/[ ]*$//' \
67
		-e 's/^-l//' -e 's/[ ]*-l/\n/g' -e 's/[ ]*$//' \
68
		| sort | uniq | tr '\n' ','
68
		| sort | uniq | tr '\n' ','
69
}
69
}
70
70

Return to bug 493318