summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2020-09-03 14:35:55 +0200
committerLars Wendler <polynomial-c@gentoo.org>2020-09-03 14:36:17 +0200
commitff9b496b03f9d17c23092465c8519a3d71671fe1 (patch)
tree4dfdbe62c26451e51ed92de1b3541dc1ddfdc8ee /www-apache/mod_gnutls
parentkde-apps/yakuake: drop 20.08.0* (diff)
downloadgentoo-ff9b496b03f9d17c23092465c8519a3d71671fe1.tar.gz
gentoo-ff9b496b03f9d17c23092465c8519a3d71671fe1.tar.bz2
gentoo-ff9b496b03f9d17c23092465c8519a3d71671fe1.zip
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>
Diffstat (limited to 'www-apache/mod_gnutls')
-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
}