From: Thomas Deutschmann Date: Sat, 11 Apr 2020 21:03:29 +0000 (+0200) Subject: www-servers/nginx: USE=nginx_modules_http_dav_ext needs dev-libs/libxslt X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c18654cb868ba566c26bbf3cd01f67802fd8204b;p=gentoo.git 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 --- diff --git a/www-servers/nginx/nginx-1.16.1-r1.ebuild b/www-servers/nginx/nginx-1.16.1-r1.ebuild index f171f8a2e225..b429dd2503c0 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 8526c0731042..884dedb9314a 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 )"