summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2018-03-29 19:36:17 +0200
committerUlrich Müller <ulm@gentoo.org>2018-03-29 19:36:17 +0200
commit81324662c4ecfde267d8593578dbe2b885e822dc (patch)
tree60508baa56d2153398e9abb004742268d52a768a
parentdependencies.tex: Describe similar dep groups only once. (diff)
downloadpms-81324662.tar.gz
pms-81324662.tar.bz2
pms-81324662.zip
dependencies.tex: Clarify wording for = slot operator.
-rw-r--r--dependencies.tex3
1 files changed, 2 insertions, 1 deletions
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}