summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-10-31 15:56:12 +0100
committerUlrich Müller <ulm@gentoo.org>2016-10-31 19:21:16 +0100
commitc7d44d3a42c4777d77f61fbd90480f3fbd5f0515 (patch)
tree10a880733c545596e6187e5c45a2add8574384c8 /dependencies.tex
parentpkg-mgr-commands.tex: List installation commands in alphabetical order. (diff)
downloadpms-c7d44d3a42c4777d77f61fbd90480f3fbd5f0515.tar.gz
pms-c7d44d3a42c4777d77f61fbd90480f3fbd5f0515.tar.bz2
pms-c7d44d3a42c4777d77f61fbd90480f3fbd5f0515.zip
dependencies.tex: Record slot for := at build time, not install time
Correct the wording for the 'equals' slot operator to indicate that the slot of the best installed package at the time package is *built* matters. After all, the common use case for := is to indicate that the build binds to a specific package version. This is also more in line with dependency classes where we clearly split the dependencies between build and runtime, and indicate that only DEPEND is guaranteed to be available before src_*.
Diffstat (limited to 'dependencies.tex')
-rw-r--r--dependencies.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/dependencies.tex b/dependencies.tex
index 9037ca1..79801c4 100644
--- a/dependencies.tex
+++ b/dependencies.tex
@@ -284,7 +284,7 @@ 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 installed is available.
+slot and sub-slot of the best installed version at the time the package was built 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}