summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2019-08-01 10:12:36 +0200
committerUlrich Müller <ulm@gentoo.org>2019-08-01 10:12:36 +0200
commit94796921109099bd183a837ce6758d7034f7799b (patch)
treebc5b2393709ff60a09c1bfc4a0c27ab5d66644ef
parentpkg-mgr-commands.tex: Specify --with-sysroot in econf correctly. (diff)
downloadpms-94796921.tar.gz
pms-94796921.tar.bz2
pms-94796921.zip
eapi-cheatsheet.tex: Specify --with-sysroot in econf correctly.
Also reword the sentence, in order to prevent an overfull box. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--eapi-cheatsheet.tex5
1 files changed, 2 insertions, 3 deletions
diff --git a/eapi-cheatsheet.tex b/eapi-cheatsheet.tex
index 3919d17..98300c0 100644
--- a/eapi-cheatsheet.tex
+++ b/eapi-cheatsheet.tex
@@ -439,9 +439,8 @@ differences between these previous EAPIs.
\code{BDEPEND} type dependencies, typically executable build
tools.
See \featureref{broot}.
- \item[\code{econf}]
- Option \code{-{}-with-sysroot=\$\{ESYSROOT\}} is passed to
- configure, if this option is supported.
+ \item[\code{econf}] If supported, configure will be called
+ with the \code{-{}-with-sysroot=\$\{ESYSROOT:-/\}} option.
See \featureref{econf-options}.
\item[\code{has_version} and \code{best_version}] These
helpers support \code{-b}, \code{-d} or \code{-r} options,