diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-08-06 11:52:14 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-08-07 19:08:16 +0200 |
commit | ea32ea927dad915bd50e0dcf976379b8470eb4d7 (patch) | |
tree | f3f00043c6b992c1af89bf6c42aff5b8cf4b2210 /ebuild-env-vars.tex | |
parent | ebuild-env-vars.tex: BROOT is valid in additional pkg_* phases (diff) | |
download | pms-ea32ea927dad915bd50e0dcf976379b8470eb4d7.tar.gz pms-ea32ea927dad915bd50e0dcf976379b8470eb4d7.tar.bz2 pms-ea32ea927dad915bd50e0dcf976379b8470eb4d7.zip |
ebuild-env-vars.tex: Add footnote about BROOT in pkg_* phases
Restrict the previous change to EAPIs that actually support IDEPEND.
Bug: https://bugs.gentoo.org/911574
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'ebuild-env-vars.tex')
-rw-r--r-- | ebuild-env-vars.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex index 20aedb4..6046e1f 100644 --- a/ebuild-env-vars.tex +++ b/ebuild-env-vars.tex @@ -150,7 +150,8 @@ inconsistent variable. as supporting \t{ESYSROOT}. \\ \t{BROOT} & \t{src_*}, \t{pkg_setup},\footnotemark[\value{footnote}] \t{pkg_preinst}, \t{pkg_postinst}, - \t{pkg_prerm}, \t{pkg_postrm} & + \t{pkg_prerm}, \t{pkg_postrm}\footnote{Legal in \t{pkg_*inst} and \t{pkg_*rm} only for EAPIs + listed in table~\ref{tab:depend-table} as supporting \t{IDEPEND}.} & 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 |