commit:     a941cc21bb5a853c18dcc47a53121d3f57fbdc19
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 29 10:06:54 2017 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Sep 29 10:06:54 2017 +0000
URL:        https://gitweb.gentoo.org/proj/pms.git/commit/?id=a941cc21

Fix wasteful layout of dependency classes table.

 dependencies.tex | 4 ++--
 1 file 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} \\

Reply via email to