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

(-)/usr/portage/www-apache/mod_wsgi/mod_wsgi-3.4.ebuild (-5 / +6 lines)
Lines 2-12 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_wsgi/mod_wsgi-3.4.ebuild,v 1.4 2012/11/21 10:13:37 ago Exp $
3
# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_wsgi/mod_wsgi-3.4.ebuild,v 1.4 2012/11/21 10:13:37 ago Exp $
4
4
5
EAPI="3"
5
EAPI="5"
6
PYTHON_DEPEND="*"
7
PYTHON_USE_WITH="threads"
8
6
9
inherit apache-module eutils python
7
PYTHON_COMPAT=( python2_6 python2_7 python3_1 python3_2 python3_3 ) # guessed
8
PYTHON_REQ_USE="threads"
9
10
inherit apache-module eutils python-single-r1
10
11
11
DESCRIPTION="An Apache2 module for running Python WSGI applications."
12
DESCRIPTION="An Apache2 module for running Python WSGI applications."
12
HOMEPAGE="http://code.google.com/p/modwsgi/"
13
HOMEPAGE="http://code.google.com/p/modwsgi/"
Lines 28-34 Link Here
28
need_apache2
29
need_apache2
29
30
30
src_configure() {
31
src_configure() {
31
	econf --with-apxs=${APXS}
32
	econf --with-apxs=${APXS} --with-python=${PYTHON}
32
}
33
}
33
34
34
src_compile() {
35
src_compile() {

Return to bug 450022