commit: ff9b496b03f9d17c23092465c8519a3d71671fe1
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 3 12:35:55 2020 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu Sep 3 12:36:17 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff9b496b
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 <AT> gentoo.org>
www-apache/mod_gnutls/mod_gnutls-0.11.0.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/www-apache/mod_gnutls/mod_gnutls-0.11.0.ebuild
b/www-apache/mod_gnutls/mod_gnutls-0.11.0.ebuild
index 9662e5475d7..9b684a491d9 100644
--- a/www-apache/mod_gnutls/mod_gnutls-0.11.0.ebuild
+++ b/www-apache/mod_gnutls/mod_gnutls-0.11.0.ebuild
@@ -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
}