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

(-)file_not_specified_in_diff (-1 / +9 lines)
Line  Link Here
0
-- uwsgi-1.9.6.ebuild.orig
0
++ uwsgi-1.9.6.ebuild
Lines 315-320 Link Here
315
			use gevent && elog "  '--plugins python${a/.},gevent${a/.}' for gevent support in python-${a}"
315
			use gevent && elog "  '--plugins python${a/.},gevent${a/.}' for gevent support in python-${a}"
316
			use erlang && elog "  '--plugins python${a/.},erlang,pyerl${a/.}' for erlang support in python-${a}"
316
			use erlang && elog "  '--plugins python${a/.},erlang,pyerl${a/.}' for erlang support in python-${a}"
317
		done
317
		done
318
		
319
		python_mod_optimize uwsgidecorators.py
318
	fi
320
	fi
319
321
320
	if use ruby ; then
322
	if use ruby ; then
Lines 326-328 Link Here
326
		done
328
		done
327
	fi
329
	fi
328
}
330
}
331
332
pkg_postrm() {
333
	if use python ; then
334
		python_mod_cleanup uwsgidecorators.py
335
	fi
336
}

Return to bug 469098