commit:     c7acc15edf4f38429222019a865af16e266ef6fe
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 16 15:43:45 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Dec 16 15:46:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7acc15e

eclass/autotools: fixup EclassDocError

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

 eclass/autotools.eclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass
index d7ce23bfdf3..ad8d8edf71d 100644
--- a/eclass/autotools.eclass
+++ b/eclass/autotools.eclass
@@ -251,6 +251,7 @@ eautoreconf() {
 # @FUNCTION: _at_uses_pkg
 # @USAGE: <macros>
 # @INTERNAL
+# @DESCRIPTION:
 # See if the specified macros are enabled.
 _at_uses_pkg() {
        if [[ -n $(autotools_check_macro "$@") ]] ; then

Reply via email to