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-03 18:17:47 +0200
commit1a27729740e17ccd4b7a4527a46011fa62c9efb1 (patch)
tree4b67da64b810314c8661d3a0a273a3981a834196
parentebuild-env-vars.tex: Avoid "Ditto" in the env variables table (diff)
downloadpms-1a27729740e17ccd4b7a4527a46011fa62c9efb1.tar.gz
pms-1a27729740e17ccd4b7a4527a46011fa62c9efb1.tar.bz2
pms-1a27729740e17ccd4b7a4527a46011fa62c9efb1.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 54e55be..f2078a6 100644
--- a/ebuild-env-vars.tex
+++ b/ebuild-env-vars.tex
@@ -148,7 +148,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