diff options
author | Mike Gilbert <floppym@gentoo.org> | 2021-10-01 15:45:40 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2021-10-01 15:45:40 -0400 |
commit | 74fe7755f50b6968c35c3a5dc247be66e27cbe11 (patch) | |
tree | c3b578d6e6701355e16d7171ae76eab70a3d501f /eclass | |
parent | dev-util/meson: add 0.59.2 (diff) | |
download | gentoo-74fe7755f50b6968c35c3a5dc247be66e27cbe11.tar.gz gentoo-74fe7755f50b6968c35c3a5dc247be66e27cbe11.tar.bz2 gentoo-74fe7755f50b6968c35c3a5dc247be66e27cbe11.zip |
autotools.eclass: mark AUTOTOOLS_DEPEND as an output variable
This variable is used in several ebuilds for optional dependencies.
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/autotools.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
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. |