Gentoo Archives: gentoo-pms

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-pms@l.g.o
Cc: "Ulrich Müller" <ulm@g.o>
Subject: [gentoo-pms] [PATCH 17/21] Split the econf options table because it has become too wide
Date: Thu, 27 May 2021 20:28:42
Message-Id: 20210527202609.6445-18-ulm@gentoo.org
In Reply to: [gentoo-pms] EAPI 8 draft for review by "Ulrich Müller"
1 Signed-off-by: Ulrich Müller <ulm@g.o>
2 ---
3 pkg-mgr-commands.tex | 25 +++++++++++++++----------
4 1 file changed, 15 insertions(+), 10 deletions(-)
5
6 diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
7 index e74f730..817b52b 100644
8 --- a/pkg-mgr-commands.tex
9 +++ b/pkg-mgr-commands.tex
10 @@ -346,23 +346,28 @@ commands once the current phase function has returned.
11 \ChangeWhenAddingAnEAPI{8}
12 \begin{centertable}{Extra \t{econf} arguments for EAPIs}
13 \label{tab:econf-options-table}
14 - \begin{tabular}{llllllll}
15 + \begin{tabular}{lllll}
16 \toprule
17 \multicolumn{1}{c}{\textbf{EAPI}} &
18 - \multicolumn{1}{P{9em}}{\textbf{-{}-disable-dependency-tracking}} &
19 - \multicolumn{1}{P{5em}}{\textbf{-{}-disable-silent-rules}} &
20 - \multicolumn{1}{c}{\textbf{-{}-disable-static}} &
21 \multicolumn{1}{c}{\textbf{-{}-datarootdir}} &
22 \multicolumn{1}{c}{\textbf{-{}-docdir}} &
23 \multicolumn{1}{c}{\textbf{-{}-htmldir}} &
24 \multicolumn{1}{c}{\textbf{-{}-with-sysroot}} \\
25 \midrule
26 - 0, 1, 2, 3 & No & No & No & No & No & No & No \\
27 - 4 & Yes & No & No & No & No & No & No \\
28 - 5 & Yes & Yes & No & No & No & No & No \\
29 - 6 & Yes & Yes & No & No & Yes & Yes & No \\
30 - 7 & Yes & Yes & No & No & Yes & Yes & Yes \\
31 - 8 & Yes & Yes & Yes & Yes & Yes & Yes & Yes \\
32 + 0, 1, 2, 3, 4, 5 & No & No & No & No \\
33 + 6 & No & Yes & Yes & No \\
34 + 7 & No & Yes & Yes & Yes \\
35 + 8 & Yes & Yes & Yes & Yes \\
36 + \midrule
37 + \multicolumn{1}{c}{\textbf{EAPI}} &
38 + \multicolumn{1}{P{5.5em}}{\textbf{-{}-disable-dependency-tracking}} &
39 + \multicolumn{1}{P{5em}}{\textbf{-{}-disable-silent-rules}} &
40 + \multicolumn{1}{c}{\textbf{-{}-disable-static}} & \\
41 + \midrule
42 + 0, 1, 2, 3 & No & No & No & \\
43 + 4 & Yes & No & No & \\
44 + 5, 6, 7 & Yes & Yes & No & \\
45 + 8 & Yes & Yes & Yes & \\
46 \bottomrule
47 \end{tabular}
48 \end{centertable}
49 --
50 2.31.1