From e044fe24e90de258483a59130c1b56de21082bc6 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Tue, 2 Apr 2024 18:53:19 +0200 Subject: ebuild-env-vars.tex: Be more specific about REPLACING_VERSIONS phases MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Müller --- ebuild-env-vars.tex | 7 ++++--- 1 file 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 & -- cgit v1.2.3-65-gdbad