From: Robin H. Johnson Date: Wed, 4 Oct 2017 19:27:34 +0000 (-0700) Subject: autotools.eclass: fix typo for clarify. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ea1db35a568db555e5a5904f4568cd20e7905069;p=gentoo.git autotools.eclass: fix typo for clarify. Signed-off-by: Robin H. Johnson --- 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