From 6550534bb295a29b9ebc4d6645c49a37e2002653 Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Sat, 11 Apr 2020 23:10:21 +0200 Subject: [PATCH] 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 --- 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 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 -- 2.26.2