commit:     6550534bb295a29b9ebc4d6645c49a37e2002653
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 11 21:10:21 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Apr 11 21:11:05 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6550534b

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

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

diff --git a/www-servers/nginx/nginx-1.16.1-r1.ebuild 
b/www-servers/nginx/nginx-1.16.1-r1.ebuild
index b429dd2503c..6c2a3c9e53d 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 884dedb9314..6cda406abe2 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

Reply via email to