www-apache/mod_python: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
David Seifert
2017-04-21 09:26:29 +02:00
parent a7d1afe763
commit de94b5ab9b

View File

@@ -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