diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-04-11 23:10:21 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-04-11 23:11:05 +0200 |
commit | 6550534bb295a29b9ebc4d6645c49a37e2002653 (patch) | |
tree | 03fb9c65d03f8a9fd8d0cdf838964199ef10cc4c /www-servers/nginx | |
parent | www-servers/nginx: USE=nginx_modules_http_dav_ext needs dev-libs/libxslt (diff) | |
download | gentoo-6550534bb295a29b9ebc4d6645c49a37e2002653.tar.gz gentoo-6550534bb295a29b9ebc4d6645c49a37e2002653.tar.bz2 gentoo-6550534bb295a29b9ebc4d6645c49a37e2002653.zip |
www-servers/nginx: add REQUIRED_USE for USE=nginx_modules_http_fancyindex
Header/footer feature of HTTP module "fancyindex" requires HTTP module "addition".
Closes: https://bugs.gentoo.org/715016
Package-Manager: Portage-2.3.98, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'www-servers/nginx')
-rw-r--r-- | www-servers/nginx/nginx-1.16.1-r1.ebuild | 1 | ||||
-rw-r--r-- | www-servers/nginx/nginx-1.17.9-r2.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/www-servers/nginx/nginx-1.16.1-r1.ebuild b/www-servers/nginx/nginx-1.16.1-r1.ebuild index b429dd2503c0..6c2a3c9e53d0 100644 --- a/www-servers/nginx/nginx-1.16.1-r1.ebuild +++ b/www-servers/nginx/nginx-1.16.1-r1.ebuild @@ -335,6 +335,7 @@ DEPEND="${CDEPEND} PDEPEND="vim-syntax? ( app-vim/nginx-syntax )" REQUIRED_USE="pcre-jit? ( pcre ) + nginx_modules_http_fancyindex? ( nginx_modules_http_addition ) nginx_modules_http_grpc? ( http2 ) nginx_modules_http_lua? ( luajit diff --git a/www-servers/nginx/nginx-1.17.9-r2.ebuild b/www-servers/nginx/nginx-1.17.9-r2.ebuild index 884dedb9314a..6cda406abe2b 100644 --- a/www-servers/nginx/nginx-1.17.9-r2.ebuild +++ b/www-servers/nginx/nginx-1.17.9-r2.ebuild @@ -335,6 +335,7 @@ DEPEND="${CDEPEND} PDEPEND="vim-syntax? ( app-vim/nginx-syntax )" REQUIRED_USE="pcre-jit? ( pcre ) + nginx_modules_http_fancyindex? ( nginx_modules_http_addition ) nginx_modules_http_grpc? ( http2 ) nginx_modules_http_lua? ( luajit |