diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-12-15 14:15:33 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-12-15 15:19:55 -0500 |
commit | 7b7d563d7610cec4d35ea25e95edfd53db32870f (patch) | |
tree | b529352638c7cc8206dcf8d157f22f7632c75006 /eclass/check-reqs.eclass | |
parent | net-mail/imapsync: drop old (diff) | |
download | gentoo-7b7d563d7610cec4d35ea25e95edfd53db32870f.tar.gz gentoo-7b7d563d7610cec4d35ea25e95edfd53db32870f.tar.bz2 gentoo-7b7d563d7610cec4d35ea25e95edfd53db32870f.zip |
eclass/check-reqs: fix eclass documentation
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'eclass/check-reqs.eclass')
-rw-r--r-- | eclass/check-reqs.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/check-reqs.eclass b/eclass/check-reqs.eclass index a45cbd15fee7..51115e7de4fa 100644 --- a/eclass/check-reqs.eclass +++ b/eclass/check-reqs.eclass @@ -67,6 +67,8 @@ esac EXPORT_FUNCTIONS pkg_pretend pkg_setup +# @FUNCTION: check_reqs +# @DESCRIPTION: # Obsolete function executing all the checks and printing out results check_reqs() { eerror "Package calling old ${FUNCNAME} function." @@ -350,8 +352,8 @@ check-reqs_unsatisfied() { ${msg} "There is NOT at least ${sizeunit} ${location}" # @ECLASS-VARIABLE: CHECKREQS_FAILED - # @DESCRIPTION: # @INTERNAL + # @DESCRIPTION: # If set the checks failed and eclass should abort the build. # Internal, do not set yourself. CHECKREQS_FAILED="true" |