www-apache/mod_gnutls: Document apache-modules.eclass annoyance...

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
This commit is contained in:
Lars Wendler
2020-09-03 14:35:55 +02:00
parent c8962c3a0b
commit ff9b496b03

View File

@@ -54,8 +54,12 @@ python_check_deps() {
}
pkg_setup() {
# Calling depend.apache_pkg_setup fails because we do not have
# "apache2" in IUSE but the function expects this in order to call
# _init_apache2_late which sets the APACHE_MODULESDIR variable.
_init_apache2
_init_apache2_late
python-any-r1_pkg_setup
}