diff options
author | Ulrich Müller <ulm@gentoo.org> | 2024-04-02 18:53:19 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-04-02 18:53:19 +0200 |
commit | e044fe24e90de258483a59130c1b56de21082bc6 (patch) | |
tree | 934a2ff8fae88cb1e16aa5a99340f21b3481fca5 | |
parent | ebuild-vars.tex: Add "test_privileged" to valid "PROPERTIES" (diff) | |
download | pms-e044fe24e90de258483a59130c1b56de21082bc6.tar.gz pms-e044fe24e90de258483a59130c1b56de21082bc6.tar.bz2 pms-e044fe24e90de258483a59130c1b56de21082bc6.zip |
ebuild-env-vars.tex: Be more specific about REPLACING_VERSIONS phases
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | ebuild-env-vars.tex | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex index 0dcfd24..06d37d9 100644 --- a/ebuild-env-vars.tex +++ b/ebuild-env-vars.tex @@ -255,12 +255,13 @@ inconsistent variable. package, and \t{buildonly} if building a binary package without installing it. Only for EAPIs listed in table~\ref{tab:added-env-vars-table} as supporting \t{MERGE_TYPE}. \\ \t{REPLACING_VERSIONS} & - \t{pkg_*} (see text) & + \t{pkg_preinst}, \t{pkg_postinst} (\t{pkg_pretend}, \t{pkg_setup}) & Yes & 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}. \\ + as a result of this install. See section~\ref{sec:replacing-versions}, especially for the phases + in which the variable is legal. 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 & |