diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2022-03-04 11:04:44 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2022-03-04 11:12:55 +0100 |
commit | 9bcf4b43231553045cc01af491969aa794091761 (patch) | |
tree | a1e248b631283c8c7965b83d2b9dae43aa2b8d74 /eclass/apache-2.eclass | |
parent | www-servers/apache: Add support for systemd module (diff) | |
download | gentoo-9bcf4b43231553045cc01af491969aa794091761.tar.gz gentoo-9bcf4b43231553045cc01af491969aa794091761.tar.bz2 gentoo-9bcf4b43231553045cc01af491969aa794091761.zip |
www-servers/apache: Move remaining lua stuff into eclass
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'eclass/apache-2.eclass')
-rw-r--r-- | eclass/apache-2.eclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/eclass/apache-2.eclass b/eclass/apache-2.eclass index e6ca32db3ea5..f9223646c8bb 100644 --- a/eclass/apache-2.eclass +++ b/eclass/apache-2.eclass @@ -150,6 +150,7 @@ RDEPEND=" >=net-libs/nghttp2-1.2.1 kernel_linux? ( sys-apps/util-linux ) ) + apache2_modules_lua? ( ${LUA_DEPS} ) apache2_modules_md? ( >=dev-libs/jansson-2.10 ) apache2_modules_mime? ( app-misc/mime-types ) apache2_modules_proxy_http2? ( @@ -181,6 +182,7 @@ PDEPEND="~app-admin/apache-tools-${PV}" REQUIRED_USE+=" apache2_modules_http2? ( ssl ) + apache2_modules_lua? ( ${LUA_REQUIRED_USE} ) apache2_modules_md? ( ssl ) " |