projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f21d6a
)
autotools.eclass: fix typo for clarify.
author
Robin H. Johnson
<robbat2@gentoo.org>
Wed, 4 Oct 2017 19:27:34 +0000
(12:27 -0700)
committer
Robin H. Johnson
<robbat2@gentoo.org>
Wed, 4 Oct 2017 19:30:10 +0000
(12:30 -0700)
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
eclass/autotools.eclass
patch
|
blob
|
history
diff --git
a/eclass/autotools.eclass
b/eclass/autotools.eclass
index 2710bf827b69441a3cc6ce1750ad1254c2d3bdf4..8027fdc1753d8edb71bf5efebc13dedbed3c3566 100644
(file)
--- 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 form
er
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