From ea1db35a568db555e5a5904f4568cd20e7905069 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Wed, 4 Oct 2017 12:27:34 -0700 Subject: autotools.eclass: fix typo for clarify. Signed-off-by: Robin H. Johnson --- eclass/autotools.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eclass/autotools.eclass') diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass index 2710bf827b69..8027fdc1753d 100644 --- a/eclass/autotools.eclass +++ b/eclass/autotools.eclass @@ -110,7 +110,7 @@ RDEPEND="" # @ECLASS-VARIABLE: AUTOTOOLS_AUTO_DEPEND # @DESCRIPTION: # Set to 'no' to disable automatically adding to DEPEND. This lets -# ebuilds former conditional depends by using ${AUTOTOOLS_DEPEND} in +# ebuilds form conditional depends by using ${AUTOTOOLS_DEPEND} in # their own DEPEND string. : ${AUTOTOOLS_AUTO_DEPEND:=yes} if [[ ${AUTOTOOLS_AUTO_DEPEND} != "no" ]] ; then -- cgit v1.2.3-65-gdbad