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

Collapse All | Expand All

(-)pygsl-0.9.4.ebuild.orig (+8 lines)
Lines 17-22 Link Here
17
	dev-python/numpy"
17
	dev-python/numpy"
18
RDEPEND="${DEPEND}"
18
RDEPEND="${DEPEND}"
19
19
20
src_unpack() {
21
	unpack ${A}
22
	cd "${S}"
23
	if has_version '>=sci-libs/gsl-1.13'; then
24
		epatch "${FILESDIR}/${P}-obsolete-units.patch"
25
	fi
26
}
27
20
src_test() {
28
src_test() {
21
	cd "${S}/tests"
29
	cd "${S}/tests"
22
	PYTHONPATH=$(ls -d ../build/lib*) "${python}" run_test.py || die "tests failed"
30
	PYTHONPATH=$(ls -d ../build/lib*) "${python}" run_test.py || die "tests failed"

Return to bug 286605