commit:     6f8e2665e98fb14711ca26739d1cd715bfb181b5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 27 21:46:33 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 11 20:59:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f8e2665

autotools.eclass: document AUTOTOOLS_DEPEND

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass
index ba631aa7d14..8cf09f08d2f 100644
--- a/eclass/autotools.eclass
+++ b/eclass/autotools.eclass
@@ -118,6 +118,11 @@ if [[ -n ${WANT_LIBTOOL} ]] ; then
        export WANT_LIBTOOL
 fi
 
+# @ECLASS-VARIABLE: AUTOTOOLS_DEPEND
+# @INTERNAL
+# @DESCRIPTION:
+# Contains the combination of requested automake/autoconf/libtool
+# versions in *DEPEND format.
 AUTOTOOLS_DEPEND="${_automake_atom}
        ${_autoconf_atom}
        ${_libtool_atom}"

Reply via email to