www-servers/nginx: add REQUIRED_USE for USE=nginx_modules_http_fancyindex
authorThomas Deutschmann <whissi@gentoo.org>
Sat, 11 Apr 2020 21:10:21 +0000 (23:10 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Sat, 11 Apr 2020 21:11:05 +0000 (23:11 +0200)
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>
www-servers/nginx/nginx-1.16.1-r1.ebuild
www-servers/nginx/nginx-1.17.9-r2.ebuild

index b429dd2503c0411e9deffff3383b65e6d3204253..6c2a3c9e53d016c35f9d276f43d4c9d765fdc6b9 100644 (file)
@@ -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
index 884dedb9314a0b754f431eec0410fff3e43a46d8..6cda406abe2b4781a5a2e51f04c1bc72410a5202 100644 (file)
@@ -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