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

Collapse All | Expand All

(-)matplotlib-0.99.1.1-r2.ebuild.orig (-1 / +1 lines)
Lines 158-164 Link Here
158
		MATPLOTLIBDATA="${S}/lib/matplotlib/mpl-data" \
158
		MATPLOTLIBDATA="${S}/lib/matplotlib/mpl-data" \
159
			PYTHONPATH=$(ls -d "${S}"/build-$(PYTHON -f --ABI)/lib*) \
159
			PYTHONPATH=$(ls -d "${S}"/build-$(PYTHON -f --ABI)/lib*) \
160
			"$(PYTHON -f)" make.py --small all
160
			"$(PYTHON -f)" make.py --small all
161
		[[ -e build/latex/Matplotlib.pdf ]] && die "doc generation failed"
161
		[[ -e build/latex/Matplotlib.pdf ]] || die "doc generation failed"
162
	fi
162
	fi
163
}
163
}
164
164

Return to bug 322347