diff options
author | Sam James <sam@gentoo.org> | 2021-03-27 20:47:09 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-11 20:59:45 +0000 |
commit | f1f86ebcccffc7be416e2330c0221714b5c52056 (patch) | |
tree | d59cb1a0218349bebe94cb9cffa8c7ffaa3884bb /eclass | |
parent | autotools.eclass: convert ewarn to eqawarn (diff) | |
download | gentoo-f1f86ebcccffc7be416e2330c0221714b5c52056.tar.gz gentoo-f1f86ebcccffc7be416e2330c0221714b5c52056.tar.bz2 gentoo-f1f86ebcccffc7be416e2330c0221714b5c52056.zip |
autotools.eclass: add @DESCRIPTION for _at_uses_pkg
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/autotools.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass index 00654822fb2a..8058b45fca90 100644 --- a/eclass/autotools.eclass +++ b/eclass/autotools.eclass @@ -269,6 +269,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 |