From 74fe7755f50b6968c35c3a5dc247be66e27cbe11 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Fri, 1 Oct 2021 15:45:40 -0400 Subject: autotools.eclass: mark AUTOTOOLS_DEPEND as an output variable This variable is used in several ebuilds for optional dependencies. Signed-off-by: Mike Gilbert --- eclass/autotools.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eclass') diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass index 66d4686849db..95c92cc6df8c 100644 --- a/eclass/autotools.eclass +++ b/eclass/autotools.eclass @@ -112,7 +112,7 @@ if [[ -n ${WANT_LIBTOOL} ]] ; then fi # @ECLASS-VARIABLE: AUTOTOOLS_DEPEND -# @INTERNAL +# @OUTPUT_VARIABLE # @DESCRIPTION: # Contains the combination of requested automake/autoconf/libtool # versions in *DEPEND format. -- cgit v1.2.3-65-gdbad