Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 697482 | Differences between
and this patch

Collapse All | Expand All

(-)a/dependencies.tex (-1 / +14 lines)
Lines 36-48 Link Here
36
      \midrule
36
      \midrule
37
      Binary compatible with    & \t{CBUILD}      & \t{CHOST}          & \t{CHOST}         \\
37
      Binary compatible with    & \t{CBUILD}      & \t{CHOST}          & \t{CHOST}         \\
38
      Base unprefixed path      & \t{/}           & \t{\$\{SYSROOT\}}  & \t{\$\{ROOT\}}    \\
38
      Base unprefixed path      & \t{/}           & \t{\$\{SYSROOT\}}  & \t{\$\{ROOT\}}    \\
39
      Relevant offset-prefix    & \t{\$\{BROOT\}} & \t{\$\{EPREFIX\}}  & \t{\$\{EPREFIX\}} \\
39
      Relevant offset-prefix    & \t{\$\{BROOT\}} & See table~\ref{tab:depend-prefix}
40
                                                                       & \t{\$\{EPREFIX\}} \\
40
      Path combined with prefix & \t{\$\{BROOT\}} & \t{\$\{ESYSROOT\}} & \t{\$\{EROOT\}}   \\
41
      Path combined with prefix & \t{\$\{BROOT\}} & \t{\$\{ESYSROOT\}} & \t{\$\{EROOT\}}   \\
41
      PM query command option   & \t{-b}          & \t{-d}             & \t{-r}            \\
42
      PM query command option   & \t{-b}          & \t{-d}             & \t{-r}            \\
42
      \bottomrule
43
      \bottomrule
43
    \end{tabular}
44
    \end{tabular}
44
\end{centertable}
45
\end{centertable}
45
46
47
\begin{centertable}{Prefix values for \t{DEPEND} when matching \t{SYSROOT} from left to right}
48
    \label{tab:depend-prefix}
49
    \begin{tabular}{llll}
50
      \toprule
51
      If \t{SYSROOT} is:     & \t{\$\{ROOT\}}    & \t{/}           & Other             \\
52
      \midrule
53
      Then offset-prefix is: & \t{\$\{EPREFIX\}} & \t{\$\{BROOT\}} & Blank             \\
54
      And \t{ESYSROOT} is:   & \t{\$\{EROOT\}}   & \t{\$\{BROOT\}} & \t{\$\{SYSROOT\}} \\
55
      \bottomrule
56
    \end{tabular}
57
\end{centertable}
58
46
There are three classes of dependencies supported by ebuilds:
59
There are three classes of dependencies supported by ebuilds:
47
60
48
\begin{compactitem}
61
\begin{compactitem}
(-)a/ebuild-env-vars.tex (-4 / +3 lines)
Lines 141-149 variable. Link Here
141
\t{ESYSROOT} &
141
\t{ESYSROOT} &
142
    Ditto &
142
    Ditto &
143
    No &
143
    No &
144
    Contains the concatenation of the paths in the \t{SYSROOT} and \t{EPREFIX} variables,
144
    Contains the concatenation of the \t{SYSROOT} path and applicable prefix value, as determined
145
    for convenience. See also the \t{EPREFIX} variable. Only for EAPIs listed
145
    by table~\ref{tab:depend-prefix}. Only for EAPIs listed in table~\ref{tab:offset-env-vars-table}
146
    in table~\ref{tab:offset-env-vars-table} as supporting \t{ESYSROOT}. \\
146
    as supporting \t{ESYSROOT}. \\
147
\t{BROOT} &
147
\t{BROOT} &
148
    Ditto &
148
    Ditto &
149
    No &
149
    No &
150
- 

Return to bug 697482