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.1-r2.ebuild.orig (-1 / +1 lines)
Lines 61-67 Link Here
61
pc_libs() {
61
pc_libs() {
62
	$(tc-getPKG_CONFIG) --libs-only-l $@ | \
62
	$(tc-getPKG_CONFIG) --libs-only-l $@ | \
63
		sed -e 's/[ ]-l*\(pthread\|m\)[ ]*//g' \
63
		sed -e 's/[ ]-l*\(pthread\|m\)[ ]*//g' \
64
		-e 's/^-l//' -e 's/[ ]*-l/,/g' -e 's/[ ]*$//'
64
               -e 's/^-l//' -e 's/[ ]*-l/\n/g' -e 's/[ ]*$//' | sort | uniq | tr '\n' ','
65
}
65
}
66
66
67
python_prepare_all() {
67
python_prepare_all() {

Return to bug 493318