summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-12-16 10:43:45 -0500
committerAaron Bauman <bman@gentoo.org>2020-12-16 10:46:43 -0500
commitc7acc15edf4f38429222019a865af16e266ef6fe (patch)
tree1588f0377d05ac86422995efb97d89e2a75da1c6 /eclass/autotools.eclass
parentdev-python/psycopg: Stabilize 2.8.6-r1 ppc, #758566 (diff)
downloadgentoo-c7acc15edf4f38429222019a865af16e266ef6fe.tar.gz
gentoo-c7acc15edf4f38429222019a865af16e266ef6fe.tar.bz2
gentoo-c7acc15edf4f38429222019a865af16e266ef6fe.zip
eclass/autotools: fixup EclassDocError
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'eclass/autotools.eclass')
-rw-r--r--eclass/autotools.eclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass
index d7ce23bfdf35..ad8d8edf71d4 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