From 1a27729740e17ccd4b7a4527a46011fa62c9efb1 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Wed, 2 Aug 2023 12:18:54 +0200 Subject: ebuild-env-vars.tex: BROOT is valid in additional pkg_* phases MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Ulrich Müller --- ebuild-env-vars.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3-65-gdbad