summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2017-10-04 12:27:34 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2017-10-04 12:30:10 -0700
commitea1db35a568db555e5a5904f4568cd20e7905069 (patch)
treeb1d0207c278ea00b9ffb8f027c276d9ab604dbe5 /eclass
parentmeson.eclass: MESON_AUTO_DEPEND support (diff)
downloadgentoo-ea1db35a568db555e5a5904f4568cd20e7905069.tar.gz
gentoo-ea1db35a568db555e5a5904f4568cd20e7905069.tar.bz2
gentoo-ea1db35a568db555e5a5904f4568cd20e7905069.zip
autotools.eclass: fix typo for clarify.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/autotools.eclass2
1 files changed, 1 insertions, 1 deletions
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