commit:     7b7d563d7610cec4d35ea25e95edfd53db32870f
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 15 19:15:33 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue Dec 15 20:19:55 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b7d563d

eclass/check-reqs: fix eclass documentation

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 eclass/check-reqs.eclass | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/eclass/check-reqs.eclass b/eclass/check-reqs.eclass
index a45cbd15fee..51115e7de4f 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"

Reply via email to