--- /usr/portage/www-apache/mod_wsgi/mod_wsgi-3.4.ebuild 2012-11-21 11:31:31.000000000 +0100 +++ www-apache/mod_wsgi/mod_wsgi-3.4-r1.ebuild 2013-06-25 16:35:59.801827665 +0200 @@ -2,11 +2,12 @@ # Distributed under the terms of the GNU General Public License v2 # $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 $ -EAPI="3" -PYTHON_DEPEND="*" -PYTHON_USE_WITH="threads" +EAPI="5" -inherit apache-module eutils python +PYTHON_COMPAT=( python2_6 python2_7 python3_1 python3_2 python3_3 ) # guessed +PYTHON_REQ_USE="threads" + +inherit apache-module eutils python-single-r1 DESCRIPTION="An Apache2 module for running Python WSGI applications." HOMEPAGE="http://code.google.com/p/modwsgi/" @@ -28,7 +29,7 @@ need_apache2 src_configure() { - econf --with-apxs=${APXS} + econf --with-apxs=${APXS} --with-python=${PYTHON} } src_compile() {