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