diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-12-16 17:50:37 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-12-16 18:13:23 -0500 |
commit | 227058e45b2de88d2aea7082b999c861e1f2e8be (patch) | |
tree | c1953ca5c4aa75e53f0fa0ba3c727e3b8e44d794 /eclass | |
parent | eclass/cdrom: fixup documentation (diff) | |
download | gentoo-227058e45b2de88d2aea7082b999c861e1f2e8be.tar.gz gentoo-227058e45b2de88d2aea7082b999c861e1f2e8be.tar.bz2 gentoo-227058e45b2de88d2aea7082b999c861e1f2e8be.zip |
eclass/check-reqs: fixup documentation
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/check-reqs.eclass | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/eclass/check-reqs.eclass b/eclass/check-reqs.eclass index 51115e7de4fa..e512c1bb23a0 100644 --- a/eclass/check-reqs.eclass +++ b/eclass/check-reqs.eclass @@ -38,6 +38,11 @@ # These checks should probably mostly work on non-Linux, and they should # probably degrade gracefully if they don't. Probably. +# @VARIABLE: _CHECK_REQS_ECLASS_ +# @INTERNAL +# @DESCRIPTION: +# Please document me + if [[ ! ${_CHECK_REQS_ECLASS_} ]]; then # @ECLASS-VARIABLE: CHECKREQS_MEMORY |