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, 02 Apr 2018 07:39:11
Message-Id: 1522344977.81324662c4ecfde267d8593578dbe2b885e822dc.ulm@gentoo
1 commit: 81324662c4ecfde267d8593578dbe2b885e822dc
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 29 17:36:17 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 29 17:36:17 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=81324662
7
8 dependencies.tex: Clarify wording for = slot operator.
9
10 dependencies.tex | 3 ++-
11 1 file changed, 2 insertions(+), 1 deletion(-)
12
13 diff --git a/dependencies.tex b/dependencies.tex
14 index f019348..381dc04 100644
15 --- a/dependencies.tex
16 +++ b/dependencies.tex
17 @@ -279,7 +279,8 @@ indicates that the package will not break if the matched package is uninstalled
18 a different matching package in a different slot.
19 \item[=] Indicates that any slot value is acceptable. In addition, for runtime dependencies,
20 indicates that the package will break unless a matching package with slot and sub-slot equal to the
21 -slot and sub-slot of the best installed version at the time the package was built is available.
22 +slot and sub-slot of the best version installed as a build-time (\t{DEPEND}) dependency is
23 +available.
24 \item[slot=] Indicates that only a specific slot value is acceptable, and otherwise behaves
25 identically to the plain equals slot operator.
26 \end{description}