commit: 45c28df6cf1a8b333f310afcf635d05478d621b5 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Sun Sep 17 21:39:27 2017 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sat Feb 24 12:55:24 2018 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=45c28df6
EAPI 7 has BROOT Bug: https://bugs.gentoo.org/317337 eapi-differences.tex | 4 ++++ ebuild-env-vars.tex | 20 ++++++++++++++------ 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/eapi-differences.tex b/eapi-differences.tex index 8f7db7e..989784c 100644 --- a/eapi-differences.tex +++ b/eapi-differences.tex @@ -161,6 +161,9 @@ Parallel tests & \compactfeatureref{parallel-tests} & \t{SYSROOT}, \t{ESYSROOT} & \compactfeatureref{sysroot} & No & No & No & No & Yes \\ +\t{BROOT} & \compactfeatureref{broot} & + No & No & No & No & Yes \\ + \t{DESTTREE} & \compactfeatureref{desttree} & Yes & Yes & Yes & Yes & No \\ @@ -431,6 +434,7 @@ EAPI 7 is EAPI 6 with the following changes: \featureref{trailing-slash}. \item \t{econf} adds \t{-{}-with-sysroot}, \featureref{econf-options}. \item \t{BDEPEND}, \featureref{bdepend}. +\item \t{BROOT}, \featureref{broot}. \end{compactitem} \ChangeWhenAddingAnEAPI{7} diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex index 1e34488..e121987 100644 --- a/ebuild-env-vars.tex +++ b/ebuild-env-vars.tex @@ -144,6 +144,13 @@ variable. Contains the concatenation of the paths in the \t{SYSROOT} and \t{EPREFIX} variables, for convenience. See also the \t{EPREFIX} variable. Only for EAPIs listed in table~\ref{tab:offset-env-vars-table} as supporting \t{ESYSROOT}. \\ +\t{BROOT} & + \t{src_*} & + No & + \featurelabel{broot} The absolute path to the root directory containing build dependencies + satisfied by \t{BDEPEND}, typically executable build tools. This includes any applicable offset + prefix. Only for EAPIs listed in table~\ref{tab:offset-env-vars-table} as supporting \t{BROOT}. + \\ \t{T} & All & Partially\footnote{Consistent and preserved across a single connected sequence of install or @@ -256,19 +263,20 @@ variable. \ChangeWhenAddingAnEAPI{7} \begin{centertable}{EAPIs supporting various added env variables} \label{tab:added-env-vars-table} - \begin{tabular}{llllll} + \begin{tabular}{lllllll} \toprule \multicolumn{1}{c}{\textbf{EAPI}} & \multicolumn{1}{c}{\textbf{\t{MERGE_TYPE}?}} & \multicolumn{1}{P{6em}}{\textbf{\t{REPLACING_VERSIONS}?}} & \multicolumn{1}{P{6em}}{\textbf{\t{REPLACED_BY_VERSION}?}} & \multicolumn{1}{P{6em}}{\textbf{\t{EBUILD_PHASE_FUNC}?}} & - \multicolumn{1}{c}{\textbf{\t{SYSROOT}?}} \\ + \multicolumn{1}{c}{\textbf{\t{SYSROOT}?}} & + \multicolumn{1}{c}{\textbf{\t{BROOT}?}} \\ \midrule - 0, 1, 2, 3 & No & No & No & No & No \\ - 4 & Yes & Yes & Yes & No & No \\ - 5, 6 & Yes & Yes & Yes & Yes & No \\ - 7 & Yes & Yes & Yes & Yes & Yes \\ + 0, 1, 2, 3 & No & No & No & No & No & No \\ + 4 & Yes & Yes & Yes & No & No & No \\ + 5, 6 & Yes & Yes & Yes & Yes & No & No \\ + 7 & Yes & Yes & Yes & Yes & Yes & Yes \\ \bottomrule \end{tabular} \end{centertable}
