diff options
author | David Seifert <soap@gentoo.org> | 2017-04-21 09:26:29 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-21 09:26:29 +0200 |
commit | de94b5ab9b24bc86f7ee515d5f06bf77df9211d8 (patch) | |
tree | 8b44ad8786e749d6be8863d42a3d9207fbb7a823 /www-apache | |
parent | virtual/python-singledispatch: [QA] Add missing python metadata variables (diff) | |
download | gentoo-de94b5ab9b24bc86f7ee515d5f06bf77df9211d8.tar.gz gentoo-de94b5ab9b24bc86f7ee515d5f06bf77df9211d8.tar.bz2 gentoo-de94b5ab9b24bc86f7ee515d5f06bf77df9211d8.zip |
www-apache/mod_python: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'www-apache')
-rw-r--r-- | www-apache/mod_python/mod_python-3.5.0-r1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www-apache/mod_python/mod_python-3.5.0-r1.ebuild b/www-apache/mod_python/mod_python-3.5.0-r1.ebuild index bc18a0d1c11c..72bdffc43e2a 100644 --- a/www-apache/mod_python/mod_python-3.5.0-r1.ebuild +++ b/www-apache/mod_python/mod_python-3.5.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -15,12 +15,14 @@ LICENSE="Apache-2.0" KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" IUSE="doc test" SLOT="0" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" APACHE2_MOD_CONF="16_${PN}" APACHE2_MOD_DEFINE="PYTHON" need_apache2 -RDEPEND="${RDEPEND}" +RDEPEND="${RDEPEND} + ${PYTHON_DEPS}" DEPEND="${DEPEND} test? ( app-admin/apache-tools |