diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-12-16 18:06:21 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-12-16 18:13:29 -0500 |
commit | 21bb03a59186ea0e9bc21cf075655dc933debbec (patch) | |
tree | 99e72d527b20cf96e28b1af4b859ac2fcea8a8a0 /eclass | |
parent | eclass/estack: fixup documentation (diff) | |
download | gentoo-21bb03a59186ea0e9bc21cf075655dc933debbec.tar.gz gentoo-21bb03a59186ea0e9bc21cf075655dc933debbec.tar.bz2 gentoo-21bb03a59186ea0e9bc21cf075655dc933debbec.zip |
eclass/fcaps: fixup documentation
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/fcaps.eclass | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/eclass/fcaps.eclass b/eclass/fcaps.eclass index 4bef00d40ac7..107a519892dc 100644 --- a/eclass/fcaps.eclass +++ b/eclass/fcaps.eclass @@ -28,6 +28,11 @@ # ) # @CODE +# @VARIABLE: _FCAPS_ECLASS +# @INTERNAL +# @DESCRIPTION: +# Please document me + if [[ -z ${_FCAPS_ECLASS} ]]; then _FCAPS_ECLASS=1 |