summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Leverton <levertond@googlemail.com>2008-10-16 13:58:34 +0100
committerCiaran McCreesh <ciaran.mccreesh@googlemail.com>2008-10-18 18:57:30 +0100
commit38f68e8c946fb2b017fe94c0fdc3ded1fca37906 (patch)
tree42e537166cc1b13400b251389c14725cfdc2ba4d /pkg-mgr-commands.tex
parentDon't suggest || die for econf (diff)
downloadpms-38f68e8c946fb2b017fe94c0fdc3ded1fca37906.tar.gz
pms-38f68e8c946fb2b017fe94c0fdc3ded1fca37906.tar.bz2
pms-38f68e8c946fb2b017fe94c0fdc3ded1fca37906.zip
Not all phases have a default_ in EAPI 2
Diffstat (limited to 'pkg-mgr-commands.tex')
-rw-r--r--pkg-mgr-commands.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
index 875bddb..f960651 100644
--- a/pkg-mgr-commands.tex
+++ b/pkg-mgr-commands.tex
@@ -460,8 +460,9 @@ has returned.
\item[inherit] See section~\ref{inherit}.
-\item[default] Calls the \t{default\_\$\{EBUILD\_PHASE\}} function. Only available in EAPIs listed in
- table~\ref{default-function-table}.
+\item[default] Calls the \t{default\_} function for the current phase (see section~\ref{default-phase-functions}).
+ Must not be called if the \t{default\_} function does not exist for the current phase in the current EAPI.
+ Only available in EAPIs listed in table~\ref{default-function-table}.
\end{description}
\begin{centertable}{EAPIs supporting the \t{default} function} \label{default-function-table}