Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms:master commit in: /
Date: Thu, 01 Aug 2019 08:16:03
Message-Id: 1564647156.94796921109099bd183a837ce6758d7034f7799b.ulm@gentoo
1 commit: 94796921109099bd183a837ce6758d7034f7799b
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 1 08:12:36 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 1 08:12:36 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=94796921
7
8 eapi-cheatsheet.tex: Specify --with-sysroot in econf correctly.
9
10 Also reword the sentence, in order to prevent an overfull box.
11
12 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
13
14 eapi-cheatsheet.tex | 5 ++---
15 1 file changed, 2 insertions(+), 3 deletions(-)
16
17 diff --git a/eapi-cheatsheet.tex b/eapi-cheatsheet.tex
18 index 3919d17..98300c0 100644
19 --- a/eapi-cheatsheet.tex
20 +++ b/eapi-cheatsheet.tex
21 @@ -439,9 +439,8 @@ differences between these previous EAPIs.
22 \code{BDEPEND} type dependencies, typically executable build
23 tools.
24 See \featureref{broot}.
25 - \item[\code{econf}]
26 - Option \code{-{}-with-sysroot=\$\{ESYSROOT\}} is passed to
27 - configure, if this option is supported.
28 + \item[\code{econf}] If supported, configure will be called
29 + with the \code{-{}-with-sysroot=\$\{ESYSROOT:-/\}} option.
30 See \featureref{econf-options}.
31 \item[\code{has_version} and \code{best_version}] These
32 helpers support \code{-b}, \code{-d} or \code{-r} options,