Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms:master commit in: /
Date: Fri, 29 Sep 2017 10:07:24
Message-Id: 1506679614.a941cc21bb5a853c18dcc47a53121d3f57fbdc19.ulm@gentoo
1 commit: a941cc21bb5a853c18dcc47a53121d3f57fbdc19
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 29 10:06:54 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 29 10:06:54 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=a941cc21
7
8 Fix wasteful layout of dependency classes table.
9
10 dependencies.tex | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/dependencies.tex b/dependencies.tex
14 index 51455d0..1aea135 100644
15 --- a/dependencies.tex
16 +++ b/dependencies.tex
17 @@ -6,13 +6,13 @@
18
19 \begin{centertable}{Dependency classes required to be satisfied for a particular phase function}
20 \label{tab:phase-function-dependency-classes}
21 - \begin{tabular}{P{7.5em} P{0.7\textwidth}}
22 + \begin{tabular}{P{13.5em} P{0.6\textwidth}}
23 \toprule
24 \multicolumn{1}{c}{\textbf{Phase function}} &
25 \multicolumn{1}{c}{\textbf{Satisfied dependency classes}} \\
26 \midrule
27 \t{pkg_pretend}, \t{pkg_setup}, \t{pkg_info}, \t{pkg_nofetch} &
28 - None (ebuilds can rely only on the packages in the system set) \\
29 + None (ebuilds can rely only on the packages in the system~set) \\
30 \addlinespace
31 \t{src_unpack}, \t{src_prepare}, \t{src_configure}, \t{src_compile}, \t{src_test},
32 \t{src_install} & \t{DEPEND} \\