summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-04-11 23:03:29 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-04-11 23:10:39 +0200
commitc18654cb868ba566c26bbf3cd01f67802fd8204b (patch)
treeb6b2c2c0467c94757ad5ab35883795960829e237
parentwww-servers/nginx: drop old (diff)
downloadgentoo-c18654cb868ba566c26bbf3cd01f67802fd8204b.tar.gz
gentoo-c18654cb868ba566c26bbf3cd01f67802fd8204b.tar.bz2
gentoo-c18654cb868ba566c26bbf3cd01f67802fd8204b.zip
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@gentoo.org>
-rw-r--r--www-servers/nginx/nginx-1.16.1-r1.ebuild2
-rw-r--r--www-servers/nginx/nginx-1.17.9-r2.ebuild2
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 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 )"