summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2020-07-07 09:52:00 +0200
committerUlrich Müller <ulm@gentoo.org>2020-07-07 09:52:00 +0200
commitb0127163c5cb1fdd5f0c2f27135c20c90b0dca26 (patch)
treedbbf146414bd3418ed4e8c6428ca5e8bac0e3798 /eapi-cheatsheet.tex
parentebuild-functions.tex: Phase functions can write to temporary dirs. (diff)
downloadpms-b0127163c5cb1fdd5f0c2f27135c20c90b0dca26.tar.gz
pms-b0127163c5cb1fdd5f0c2f27135c20c90b0dca26.tar.bz2
pms-b0127163c5cb1fdd5f0c2f27135c20c90b0dca26.zip
Cheat sheet: Update ESYSROOT, following PMS.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eapi-cheatsheet.tex')
-rw-r--r--eapi-cheatsheet.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/eapi-cheatsheet.tex b/eapi-cheatsheet.tex
index 98300c0..d4abb1a 100644
--- a/eapi-cheatsheet.tex
+++ b/eapi-cheatsheet.tex
@@ -433,8 +433,8 @@ differences between these previous EAPIs.
\item[\code{SYSROOT}] The path to the root directory for
\code{DEPEND} type dependencies.
See \featureref{sysroot}.
- \item[\code{ESYSROOT}] The concatenation of the \code{SYSROOT}
- and \code{EPREFIX} paths, for convenience.
+ \item[\code{ESYSROOT}] The concatenation of \code{SYSROOT} and
+ the applicable offset-prefix. See \featureref{sysroot}.
\item[\code{BROOT}] The prefixed root directory path for
\code{BDEPEND} type dependencies, typically executable build
tools.