summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-12-15 14:15:33 -0500
committerAaron Bauman <bman@gentoo.org>2020-12-15 15:19:55 -0500
commit7b7d563d7610cec4d35ea25e95edfd53db32870f (patch)
treeb529352638c7cc8206dcf8d157f22f7632c75006 /eclass/check-reqs.eclass
parentnet-mail/imapsync: drop old (diff)
downloadgentoo-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.eclass4
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"