www-servers/nginx: USE=nginx_modules_http_dav_ext needs dev-libs/libxslt
authorThomas Deutschmann <whissi@gentoo.org>
Sat, 11 Apr 2020 21:03:29 +0000 (23:03 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Sat, 11 Apr 2020 21:10:39 +0000 (23:10 +0200)
However, USE=nginx_modules_http_dav_ext recommends usage of
USE=nginx_modules_http_xslt that why we just add a REQUIRED_USE.

Closes: https://bugs.gentoo.org/715018
Package-Manager: Portage-2.3.98, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
www-servers/nginx/nginx-1.16.1-r1.ebuild
www-servers/nginx/nginx-1.17.9-r2.ebuild

index f171f8a2e225298d592182ce4f5c20665615fbe2..b429dd2503c0411e9deffff3383b65e6d3204253 100644 (file)
@@ -341,7 +341,7 @@ REQUIRED_USE="pcre-jit? ( pcre )
                nginx_modules_http_rewrite
        )
        nginx_modules_http_naxsi? ( pcre )
-       nginx_modules_http_dav_ext? ( nginx_modules_http_dav )
+       nginx_modules_http_dav_ext? ( nginx_modules_http_dav nginx_modules_http_xslt )
        nginx_modules_http_metrics? ( nginx_modules_http_stub_status )
        nginx_modules_http_security? ( pcre )
        nginx_modules_http_push_stream? ( ssl )"
index 8526c0731042be9b214bdf36b053578dbf255459..884dedb9314a0b754f431eec0410fff3e43a46d8 100644 (file)
@@ -341,7 +341,7 @@ REQUIRED_USE="pcre-jit? ( pcre )
                nginx_modules_http_rewrite
        )
        nginx_modules_http_naxsi? ( pcre )
-       nginx_modules_http_dav_ext? ( nginx_modules_http_dav )
+       nginx_modules_http_dav_ext? ( nginx_modules_http_dav nginx_modules_http_xslt )
        nginx_modules_http_metrics? ( nginx_modules_http_stub_status )
        nginx_modules_http_security? ( pcre )
        nginx_modules_http_push_stream? ( ssl )"