summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2017-09-29 12:06:54 +0200
committerUlrich Müller <ulm@gentoo.org>2017-09-29 12:06:54 +0200
commita941cc21bb5a853c18dcc47a53121d3f57fbdc19 (patch)
treeb29305365285880342ae980efbf264ebe8c69640 /dependencies.tex
parentdependencies: Add extra vert spacing in phase-dep table (diff)
downloadpms-a941cc21bb5a853c18dcc47a53121d3f57fbdc19.tar.gz
pms-a941cc21bb5a853c18dcc47a53121d3f57fbdc19.tar.bz2
pms-a941cc21bb5a853c18dcc47a53121d3f57fbdc19.zip
Fix wasteful layout of dependency classes table.
Diffstat (limited to 'dependencies.tex')
-rw-r--r--dependencies.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/dependencies.tex b/dependencies.tex
index 51455d0..1aea135 100644
--- a/dependencies.tex
+++ b/dependencies.tex
@@ -6,13 +6,13 @@
\begin{centertable}{Dependency classes required to be satisfied for a particular phase function}
\label{tab:phase-function-dependency-classes}
- \begin{tabular}{P{7.5em} P{0.7\textwidth}}
+ \begin{tabular}{P{13.5em} P{0.6\textwidth}}
\toprule
\multicolumn{1}{c}{\textbf{Phase function}} &
\multicolumn{1}{c}{\textbf{Satisfied dependency classes}} \\
\midrule
\t{pkg_pretend}, \t{pkg_setup}, \t{pkg_info}, \t{pkg_nofetch} &
- None (ebuilds can rely only on the packages in the system set) \\
+ None (ebuilds can rely only on the packages in the system~set) \\
\addlinespace
\t{src_unpack}, \t{src_prepare}, \t{src_configure}, \t{src_compile}, \t{src_test},
\t{src_install} & \t{DEPEND} \\