commit: b5b919182974a94e3d14d359edb11cd22339942e
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 23 18:46:14 2019 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 23 18:46:14 2019 +0000
URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=b5b91918
ebuild-vars.tex: Consistent order of *DEPEND variables.
It is DEPEND, BDEPEND, RDEPEND, PDEPEND elsewhere.
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
ebuild-vars.tex | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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}