From ffafa89b750e12487883d2639a5c5e817ab79c45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Wed, 2 Aug 2023 12:18:54 +0200 Subject: [PATCH] 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 Signed-off-by: Ulrich Müller --- ebuild-env-vars.tex | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex index b8deb04..946e2e5 100644 --- a/ebuild-env-vars.tex +++ b/ebuild-env-vars.tex @@ -133,7 +133,7 @@ inconsistent variable. slash is EAPI dependent as listed in table~\ref{tab:trailing-slash}. \\ \t{SYSROOT} & \t{src_*}, \t{pkg_setup}\footnote{Not necessarily present when installing from a binary - package.} & + package.\label{fn:sysroot}} & No & \featurelabel{sysroot} The absolute path to the root directory containing build dependencies satisfied by \t{DEPEND}\@. Only for EAPIs listed in table~\ref{tab:added-env-vars-table} @@ -145,7 +145,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} & - Ditto & + \t{src_*}, \t{pkg_setup},\footnote{See footnote~\ref{fn:sysroot}.} + \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 -- 2.41.0