diff options
author | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2024-04-27 12:25:46 +0500 |
---|---|---|
committer | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2024-04-27 14:50:05 +0500 |
commit | 8ceda6e24bafd984dabf37ff7f23dfe00fc6a272 (patch) | |
tree | 1565f7cffcbf02dbe16565ed62338e869f85b3f4 /eclass | |
parent | dev-crystal/crystal-sqlite3: add 0.21.0 (diff) | |
download | guru-8ceda6e24bafd984dabf37ff7f23dfe00fc6a272.tar.gz guru-8ceda6e24bafd984dabf37ff7f23dfe00fc6a272.tar.bz2 guru-8ceda6e24bafd984dabf37ff7f23dfe00fc6a272.zip |
daemons.eclass: eclassdoc example fix
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/daemons.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/daemons.eclass b/eclass/daemons.eclass index 24798158d..90c3d7613 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 |