summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2019-12-23 19:46:14 +0100
committerUlrich Müller <ulm@gentoo.org>2019-12-23 19:46:14 +0100
commitb5b919182974a94e3d14d359edb11cd22339942e (patch)
tree585413ea9e9d7d15c0a12bf29a494213da3bdbd4 /ebuild-vars.tex
parentebuild-functions.tex: Reorder phase functions in table. (diff)
downloadpms-b5b919182974a94e3d14d359edb11cd22339942e.tar.gz
pms-b5b919182974a94e3d14d359edb11cd22339942e.tar.bz2
pms-b5b919182974a94e3d14d359edb11cd22339942e.zip
ebuild-vars.tex: Consistent order of *DEPEND variables.
It is DEPEND, BDEPEND, RDEPEND, PDEPEND elsewhere. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'ebuild-vars.tex')
-rw-r--r--ebuild-vars.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebuild-vars.tex b/ebuild-vars.tex
index 2f81db7..9de9d55 100644
--- a/ebuild-vars.tex
+++ b/ebuild-vars.tex
@@ -81,11 +81,11 @@ Ebuilds may define any of the following variables:
\item[RESTRICT] Zero or more behaviour restrictions for this package. See section~\ref{sec:restrict}
for value meanings and section~\ref{sec:dependency-spec} for full syntax.
\item[DEPEND] See chapter~\ref{ch:dependencies}.
+\item[BDEPEND] See chapter~\ref{ch:dependencies}.
\item[RDEPEND] See chapter~\ref{ch:dependencies}. For some EAPIs, \t{RDEPEND} has special behaviour
for its value if unset and when used with an eclass. See section~\ref{sec:rdepend-depend} for
details.
\item[PDEPEND] See chapter~\ref{ch:dependencies}.
-\item[BDEPEND] See chapter~\ref{ch:dependencies}.
\end{description}
\ChangeWhenAddingAnEAPI{7}