diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 09:15:42 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:22:42 +0100 |
commit | e14226a3658aec9fa7912e14c5a625323e4bb5bf (patch) | |
tree | f1de17653b028895b8ce99c117a2d411195d97d9 /www-apache | |
parent | www-apache/libapreq2: add explicit epatch inherit (diff) | |
download | gentoo-e14226a3658aec9fa7912e14c5a625323e4bb5bf.tar.gz gentoo-e14226a3658aec9fa7912e14c5a625323e4bb5bf.tar.bz2 gentoo-e14226a3658aec9fa7912e14c5a625323e4bb5bf.zip |
www-apache/mod_wsgi: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-apache')
-rw-r--r-- | www-apache/mod_wsgi/mod_wsgi-4.7.1-r1.ebuild | 2 | ||||
-rw-r--r-- | www-apache/mod_wsgi/mod_wsgi-4.7.1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www-apache/mod_wsgi/mod_wsgi-4.7.1-r1.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.7.1-r1.ebuild index 609e961c96ea..0bf447b96d6d 100644 --- a/www-apache/mod_wsgi/mod_wsgi-4.7.1-r1.ebuild +++ b/www-apache/mod_wsgi/mod_wsgi-4.7.1-r1.ebuild @@ -6,7 +6,7 @@ EAPI=6 PYTHON_COMPAT=( python3_{6,7,8,9} ) PYTHON_REQ_USE="threads(+)" -inherit apache-module eutils python-single-r1 +inherit apache-module python-single-r1 DESCRIPTION="An Apache2 module for running Python WSGI applications" HOMEPAGE="https://github.com/GrahamDumpleton/mod_wsgi" diff --git a/www-apache/mod_wsgi/mod_wsgi-4.7.1.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.7.1.ebuild index cb4f9aa9dcc6..7621b99b57d4 100644 --- a/www-apache/mod_wsgi/mod_wsgi-4.7.1.ebuild +++ b/www-apache/mod_wsgi/mod_wsgi-4.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PYTHON_COMPAT=( python3_{7,8} ) PYTHON_REQ_USE="threads(+)" -inherit apache-module eutils python-single-r1 +inherit apache-module python-single-r1 DESCRIPTION="An Apache2 module for running Python WSGI applications" HOMEPAGE="https://github.com/GrahamDumpleton/mod_wsgi" |