commit: c9e91f7b6e73fba520c5e9ba25d3b14004d31099 Author: Zurab Kvachadze <zurabid2016 <AT> gmail <DOT> com> AuthorDate: Tue Nov 4 02:46:23 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Nov 13 12:33:10 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9e91f7b
nginx-module.eclass: Tiny documentation improvements Signed-off-by: Zurab Kvachadze <zurabid2016 <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44576 Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/nginx-module.eclass | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/eclass/nginx-module.eclass b/eclass/nginx-module.eclass index 1c321cb80766..f17b7d4445be 100644 --- a/eclass/nginx-module.eclass +++ b/eclass/nginx-module.eclass @@ -72,7 +72,7 @@ # RDEPEND="${DEPEND}" # # src_configure() { -# if use iconv; Then +# if use iconv; then # ngx_mod_link_module "www-nginx/ngx-iconv" # ... # fi @@ -381,8 +381,8 @@ S="${WORKDIR}/nginx" # extension ".so"). For some modules, may consist of more than one shared # object. # -# This variable is set in the nginx-module_src_compile() function. Its contents -# are undefined before that. +# This variable is set by the nginx-module_src_compile() phase function. Its +# contents are undefined before the function has been called. # # Example value: # @CODE @@ -529,7 +529,8 @@ fi # @FUNCTION: _ngx_mod_set_test_env # @INTERNAL # @DESCRIPTION: -# Sets global variables like IUSE and BDEPEND for tests. +# Sets global variables like IUSE and BDEPEND for OpenResty Test::Nginx-based +# tests. _ngx_mod_set_test_env() { IUSE="test" RESTRICT="!test? ( test )"
