summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2015-11-24 18:55:48 +0100
committerUlrich Müller <ulm@gentoo.org>2015-11-24 18:55:48 +0100
commit20cfbe6ff3eb7d1b01a670048e2d1e8c88e964ed (patch)
treec41645b94962f285d5779fe033c6a7d36ca795de /ebuild-env-vars.tex
parentDo not mention various *OPTIONS variables. (diff)
downloadpms-20cfbe6ff3eb7d1b01a670048e2d1e8c88e964ed.tar.gz
pms-20cfbe6ff3eb7d1b01a670048e2d1e8c88e964ed.tar.bz2
pms-20cfbe6ff3eb7d1b01a670048e2d1e8c88e964ed.zip
REPLACING_VERSIONS: Clarify what whitespace-separated means.
This is also consistent with the spec for the A variable.
Diffstat (limited to 'ebuild-env-vars.tex')
-rw-r--r--ebuild-env-vars.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex
index ef8bdcd..32cbde3 100644
--- a/ebuild-env-vars.tex
+++ b/ebuild-env-vars.tex
@@ -217,10 +217,10 @@ variable.
\t{REPLACING\_VERSIONS} &
\t{pkg\_*} (see text) &
Yes &
- A whitespace-separated list of versions of this package (including revision, if specified) that
- are being replaced (uninstalled or overwritten) as a result of this install. See
- section~\ref{sec:replacing-versions}. Only for EAPIs listed in table~\ref{tab:added-env-vars-table}
- as supporting \t{REPLACING\_VERSIONS}. \\
+ A list of all versions of this package (including revision, if specified), whitespace separated
+ with no leading or trailing whitespace, that are being replaced (uninstalled or overwritten)
+ as a result of this install. See section~\ref{sec:replacing-versions}. Only for EAPIs listed
+ in table~\ref{tab:added-env-vars-table} as supporting \t{REPLACING\_VERSIONS}. \\
\t{REPLACED\_BY\_VERSION} &
\t{pkg\_prerm}, \t{pkg\_postrm} &
Yes &