Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Fri, 01 Oct 2021 19:48:12
Message-Id: 1633117540.74fe7755f50b6968c35c3a5dc247be66e27cbe11.floppym@gentoo
1 commit: 74fe7755f50b6968c35c3a5dc247be66e27cbe11
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 1 19:45:40 2021 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 1 19:45:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74fe7755
7
8 autotools.eclass: mark AUTOTOOLS_DEPEND as an output variable
9
10 This variable is used in several ebuilds for optional dependencies.
11
12 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
13
14 eclass/autotools.eclass | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass
18 index 66d4686849d..95c92cc6df8 100644
19 --- a/eclass/autotools.eclass
20 +++ b/eclass/autotools.eclass
21 @@ -112,7 +112,7 @@ if [[ -n ${WANT_LIBTOOL} ]] ; then
22 fi
23
24 # @ECLASS-VARIABLE: AUTOTOOLS_DEPEND
25 -# @INTERNAL
26 +# @OUTPUT_VARIABLE
27 # @DESCRIPTION:
28 # Contains the combination of requested automake/autoconf/libtool
29 # versions in *DEPEND format.