summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www-apache/mod_gnutls/mod_gnutls-0.11.0.ebuild4
1 files changed, 4 insertions, 0 deletions
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 9662e5475d78..9b684a491d9f 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
}