@@ -, +, @@ phases --- ebuild-env-vars.tex | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) --- a/ebuild-env-vars.tex +++ a/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 --