diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-12-16 17:33:38 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-12-16 18:13:19 -0500 |
commit | 1cfe2a0db930c2252c4dad0e6a21ebe9c0a1f983 (patch) | |
tree | 0afa9efb9558b63087063c6a8560919fb0a00d62 /eclass/acct-group.eclass | |
parent | net-dns/unbound: Stabilize 1.13.0 ppc, #758974 (diff) | |
download | gentoo-1cfe2a0db930c2252c4dad0e6a21ebe9c0a1f983.tar.gz gentoo-1cfe2a0db930c2252c4dad0e6a21ebe9c0a1f983.tar.bz2 gentoo-1cfe2a0db930c2252c4dad0e6a21ebe9c0a1f983.zip |
eclass/acct-group: fixup documentation
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'eclass/acct-group.eclass')
-rw-r--r-- | eclass/acct-group.eclass | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/eclass/acct-group.eclass b/eclass/acct-group.eclass index 19a378e0b061..6fabc530e2ea 100644 --- a/eclass/acct-group.eclass +++ b/eclass/acct-group.eclass @@ -31,6 +31,11 @@ # - RDEPEND if it is needed at install time (e.g. you 'fowners' files # in pkg_preinst) or run time. +# @VARIABLE: _ACCT_GROUP_ECLASS +# @INTERNAL +# @DESCRIPTION: +# If null set to 1 + if [[ -z ${_ACCT_GROUP_ECLASS} ]]; then _ACCT_GROUP_ECLASS=1 |