commit:     c18654cb868ba566c26bbf3cd01f67802fd8204b
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 11 21:03:29 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Apr 11 21:10:39 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c18654cb

www-servers/nginx: USE=nginx_modules_http_dav_ext needs dev-libs/libxslt

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 <AT> gentoo.org>

 www-servers/nginx/nginx-1.16.1-r1.ebuild | 2 +-
 www-servers/nginx/nginx-1.17.9-r2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-servers/nginx/nginx-1.16.1-r1.ebuild 
b/www-servers/nginx/nginx-1.16.1-r1.ebuild
index f171f8a2e22..b429dd2503c 100644
--- a/www-servers/nginx/nginx-1.16.1-r1.ebuild
+++ b/www-servers/nginx/nginx-1.16.1-r1.ebuild
@@ -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 )"

diff --git a/www-servers/nginx/nginx-1.17.9-r2.ebuild 
b/www-servers/nginx/nginx-1.17.9-r2.ebuild
index 8526c073104..884dedb9314 100644
--- a/www-servers/nginx/nginx-1.17.9-r2.ebuild
+++ b/www-servers/nginx/nginx-1.17.9-r2.ebuild
@@ -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 )"

Reply via email to