commit: 8ceda6e24bafd984dabf37ff7f23dfe00fc6a272 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Sat Apr 27 07:25:46 2024 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Sat Apr 27 09:50:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8ceda6e2
daemons.eclass: eclassdoc example fix Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in> eclass/daemons.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/daemons.eclass b/eclass/daemons.eclass index 24798158d3..90c3d76131 100644 --- a/eclass/daemons.eclass +++ b/eclass/daemons.eclass @@ -42,7 +42,7 @@ # # ... # -# DAEMONS_REQ_USE=( +# declare -Ag DAEMONS_REQ_USE=( # [postgresql]="xml" # ) # inherit daemons distutils-r1
