Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 350478
Collapse All | Expand All

(-)a/ebuild-env-vars.tex (-1 / +8 lines)
Lines 170-179 variable. Link Here
170
    by the package manager. May be unset or any single word that is not any of the above when the
170
    by the package manager. May be unset or any single word that is not any of the above when the
171
    ebuild is being sourced for other (e.\,g.\ metadata or QA) purposes. \\
171
    ebuild is being sourced for other (e.\,g.\ metadata or QA) purposes. \\
172
\t{WORKDIR} &
172
\t{WORKDIR} &
173
    \t{src\_*} &
173
    \t{src\_*}, global scope &
174
    Yes &
174
    Yes &
175
    The full path to the ebuild's working directory, in which all build data should be
175
    The full path to the ebuild's working directory, in which all build data should be
176
    contained. \label{env-var-WORKDIR} \\
176
    contained. \label{env-var-WORKDIR} \\
177
\t{S} &
178
    \t{src\_*} &
179
    Yes &
180
    The full path to the temporary build directory, used by \t{src\_compile}, \t{src\_install} etc.
181
    Defaults to \t{\$\{WORKDIR\}/\$\{P\}}. May be modified by ebuilds. If \t{S} is assigned in the
182
    global scope of an ebuild, then the restrictions of section~\ref{sec:ebuild-env-state} for
183
    global variables apply. \\
177
\t{KV} &
184
\t{KV} &
178
    All &
185
    All &
179
    Yes &
186
    Yes &
(-)a/ebuild-vars.tex (-2 lines)
Lines 94-101 Ebuilds may define any of the following variables: Link Here
94
    configuration of \t{USE} flags to be valid for this ebuild. See section~\ref{sec:required-use}
94
    configuration of \t{USE} flags to be valid for this ebuild. See section~\ref{sec:required-use}
95
    for description and section~\ref{sec:dependencies} for full syntax. Only in EAPIs listed in
95
    for description and section~\ref{sec:dependencies} for full syntax. Only in EAPIs listed in
96
    table~\ref{tab:optional-vars-table} as supporting \t{REQUIRED\_USE}.
96
    table~\ref{tab:optional-vars-table} as supporting \t{REQUIRED\_USE}.
97
\item[S] The path to the temporary build directory, used by \t{src\_compile}, \t{src\_install}
98
    etc. Defaults to \t{\$\{WORKDIR\}/\$\{P\}}.
99
\end{description}
97
\end{description}
100
98
101
\begin{centertable}{EAPIs supporting various ebuild-defined variables}
99
\begin{centertable}{EAPIs supporting various ebuild-defined variables}

Return to bug 350478