summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2018-08-12 15:17:27 +0200
committerUlrich Müller <ulm@gentoo.org>2018-08-12 15:17:27 +0200
commit525c0460eb2bc9cbe65755f5df4ab833b2107d65 (patch)
tree2214260b297148bcce745b7eed05da1aa71dc852 /dependencies.tex
parentpkg-mgr-commands.tex: Allow inverted condition in use_with. (diff)
downloadpms-525c0460eb2bc9cbe65755f5df4ab833b2107d65.tar.gz
pms-525c0460eb2bc9cbe65755f5df4ab833b2107d65.tar.bz2
pms-525c0460eb2bc9cbe65755f5df4ab833b2107d65.zip
Fix whitespace in list items.
Diffstat (limited to 'dependencies.tex')
-rw-r--r--dependencies.tex14
1 files changed, 7 insertions, 7 deletions
diff --git a/dependencies.tex b/dependencies.tex
index 39b43f5..deb5d9c 100644
--- a/dependencies.tex
+++ b/dependencies.tex
@@ -60,7 +60,7 @@ as supporting \t{BDEPEND}, the build dependencies are split into two subclasses:
\item \t{BDEPEND} build dependencies that are binary compatible with the native build system
(\t{CBUILD}). The ebuild is allowed to call binary executables installed by this kind of
dependency.
- \item \t{DEPEND} build dependencies that are binary compatible with the system being built
+\item \t{DEPEND} build dependencies that are binary compatible with the system being built
(\t{CHOST}). The ebuild must not execute binary executables installed by this kind of
dependency.
\end{compactitem}
@@ -335,14 +335,14 @@ the following operators:
\begin{description}
\item[*] Indicates that any slot value is acceptable. In addition, for runtime dependencies,
-indicates that the package will not break if the matched package is uninstalled and replaced by
-a different matching package in a different slot.
+ indicates that the package will not break if the matched package is uninstalled and replaced by
+ 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 version installed as a build-time (\t{DEPEND}) dependency is
-available.
+ 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 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.
+ identically to the plain equals slot operator.
\end{description}
To implement the equals slot operator, the package manager will need to store the slot/sub-slot