Gentoo Archives: gentoo-pms

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-pms@l.g.o
Subject: [gentoo-pms] [PATCH 2/2] dependencies.tex: Clarify wording for = slot operator.
Date: Thu, 29 Mar 2018 17:57:13
Message-Id: 23229.10483.82177.980809@a1i15.kph.uni-mainz.de
1 ---
2
3 This change was a hunk of the binding-any-of dep groups (||=) commit
4 for EAPI 7. As it clarifies the wording of the = slot operator, it is
5 a separate change and should be applied to master. (Especially since
6 binding-any-of groups will likely be dropped from EAPI 7.)
7
8 dependencies.tex | 3 ++-
9 1 file changed, 2 insertions(+), 1 deletion(-)
10
11 diff --git a/dependencies.tex b/dependencies.tex
12 index f019348..381dc04 100644
13 --- a/dependencies.tex
14 +++ b/dependencies.tex
15 @@ -279,7 +279,8 @@ indicates that the package will not break if the matched package is uninstalled
16 a different matching package in a different slot.
17 \item[=] Indicates that any slot value is acceptable. In addition, for runtime dependencies,
18 indicates that the package will break unless a matching package with slot and sub-slot equal to the
19 -slot and sub-slot of the best installed version at the time the package was built is available.
20 +slot and sub-slot of the best version installed as a build-time (\t{DEPEND}) dependency is
21 +available.
22 \item[slot=] Indicates that only a specific slot value is acceptable, and otherwise behaves
23 identically to the plain equals slot operator.
24 \end{description}
25 --
26 2.16.3