summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2023-08-02 12:18:54 +0200
committerUlrich Müller <ulm@gentoo.org>2023-08-06 13:09:41 +0200
commit5c394f7d83e432cde0d9ff9d70c2e2eb0c1c2327 (patch)
treebf42e37d3e4909432b8600855348e4b8d2e39a1f
parentebuild-env-vars.tex: Avoid "Ditto" in the env variables table (diff)
downloadpms-5c394f7d83e432cde0d9ff9d70c2e2eb0c1c2327.tar.gz
pms-5c394f7d83e432cde0d9ff9d70c2e2eb0c1c2327.tar.bz2
pms-5c394f7d83e432cde0d9ff9d70c2e2eb0c1c2327.zip
ebuild-env-vars.tex: BROOT is valid in additional pkg_* phases
By section sec:dependency-classes, dependency class BDEPEND is satisfied in phase functions src_* and pkg_setup (only if part of source build); IDEPEND is satisfied in pkg_preinst, pkg_postinst, pkg_prerm and pkg_postrm. Update the entry for BROOT accordingly. Closes: https://bugs.gentoo.org/911574 Reported-by: Mike Gilbert <floppym@gentoo.org> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--ebuild-env-vars.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex
index fc8123b..20aedb4 100644
--- a/ebuild-env-vars.tex
+++ b/ebuild-env-vars.tex
@@ -149,7 +149,8 @@ inconsistent variable.
by table~\ref{tab:depend-prefix}. Only for EAPIs listed in table~\ref{tab:offset-env-vars-table}
as supporting \t{ESYSROOT}. \\
\t{BROOT} &
- \t{src_*}, \t{pkg_setup}\footnotemark[\value{footnote}] &
+ \t{src_*}, \t{pkg_setup},\footnotemark[\value{footnote}] \t{pkg_preinst}, \t{pkg_postinst},
+ \t{pkg_prerm}, \t{pkg_postrm} &
No &
\featurelabel{broot} The absolute path to the root directory containing build dependencies
satisfied by \t{BDEPEND} and \t{IDEPEND}, typically executable build tools. This includes any