diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-12-16 18:03:02 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-12-16 18:13:27 -0500 |
commit | df678ced6dd02c2e1f366597cb89eaa4f630abf5 (patch) | |
tree | 3be8f74a9cbf36086b87ca6ab5b7c9be8da2b466 /eclass/ecm.eclass | |
parent | eclass/distutils-r1: fixup documentation (diff) | |
download | gentoo-df678ced6dd02c2e1f366597cb89eaa4f630abf5.tar.gz gentoo-df678ced6dd02c2e1f366597cb89eaa4f630abf5.tar.bz2 gentoo-df678ced6dd02c2e1f366597cb89eaa4f630abf5.zip |
eclass/ecm: fixup documentation
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'eclass/ecm.eclass')
-rw-r--r-- | eclass/ecm.eclass | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/eclass/ecm.eclass b/eclass/ecm.eclass index c763957bf893..1d6d08e72a7d 100644 --- a/eclass/ecm.eclass +++ b/eclass/ecm.eclass @@ -20,6 +20,11 @@ # This eclass's phase functions are not intended to be mixed and matched, so if # any phase functions are overridden the version here should also be called. +# @VARIABLE: _ECM_ECLASS +# @INTERNAL +# @DESCRIPTION: +# Please document me + if [[ -z ${_ECM_ECLASS} ]]; then _ECM_ECLASS=1 |