From 8ceda6e24bafd984dabf37ff7f23dfe00fc6a272 Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Sat, 27 Apr 2024 12:25:46 +0500 Subject: [PATCH] daemons.eclass: eclassdoc example fix Signed-off-by: Anna (cybertailor) Vyalkova --- 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