Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms:master commit in: /
Date: Mon, 23 Dec 2019 18:47:38
Message-Id: 1577126774.b5b919182974a94e3d14d359edb11cd22339942e.ulm@gentoo
1 commit: b5b919182974a94e3d14d359edb11cd22339942e
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 23 18:46:14 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 23 18:46:14 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=b5b91918
7
8 ebuild-vars.tex: Consistent order of *DEPEND variables.
9
10 It is DEPEND, BDEPEND, RDEPEND, PDEPEND elsewhere.
11
12 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
13
14 ebuild-vars.tex | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/ebuild-vars.tex b/ebuild-vars.tex
18 index 2f81db7..9de9d55 100644
19 --- a/ebuild-vars.tex
20 +++ b/ebuild-vars.tex
21 @@ -81,11 +81,11 @@ Ebuilds may define any of the following variables:
22 \item[RESTRICT] Zero or more behaviour restrictions for this package. See section~\ref{sec:restrict}
23 for value meanings and section~\ref{sec:dependency-spec} for full syntax.
24 \item[DEPEND] See chapter~\ref{ch:dependencies}.
25 +\item[BDEPEND] See chapter~\ref{ch:dependencies}.
26 \item[RDEPEND] See chapter~\ref{ch:dependencies}. For some EAPIs, \t{RDEPEND} has special behaviour
27 for its value if unset and when used with an eclass. See section~\ref{sec:rdepend-depend} for
28 details.
29 \item[PDEPEND] See chapter~\ref{ch:dependencies}.
30 -\item[BDEPEND] See chapter~\ref{ch:dependencies}.
31 \end{description}
32
33 \ChangeWhenAddingAnEAPI{7}