Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms:eapi-8 commit in: /
Date: Wed, 26 May 2021 07:13:47
Message-Id: 1621973036.18856bf39ae1b4834499708830345c6a4e5313ce.ulm@gentoo
1 commit: 18856bf39ae1b4834499708830345c6a4e5313ce
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 17 19:30:41 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue May 25 20:03:56 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=18856bf3
7
8 Split the econf options table because it has become too wide
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 pkg-mgr-commands.tex | 25 +++++++++++++++----------
13 1 file changed, 15 insertions(+), 10 deletions(-)
14
15 diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
16 index e74f730..817b52b 100644
17 --- a/pkg-mgr-commands.tex
18 +++ b/pkg-mgr-commands.tex
19 @@ -346,23 +346,28 @@ commands once the current phase function has returned.
20 \ChangeWhenAddingAnEAPI{8}
21 \begin{centertable}{Extra \t{econf} arguments for EAPIs}
22 \label{tab:econf-options-table}
23 - \begin{tabular}{llllllll}
24 + \begin{tabular}{lllll}
25 \toprule
26 \multicolumn{1}{c}{\textbf{EAPI}} &
27 - \multicolumn{1}{P{9em}}{\textbf{-{}-disable-dependency-tracking}} &
28 - \multicolumn{1}{P{5em}}{\textbf{-{}-disable-silent-rules}} &
29 - \multicolumn{1}{c}{\textbf{-{}-disable-static}} &
30 \multicolumn{1}{c}{\textbf{-{}-datarootdir}} &
31 \multicolumn{1}{c}{\textbf{-{}-docdir}} &
32 \multicolumn{1}{c}{\textbf{-{}-htmldir}} &
33 \multicolumn{1}{c}{\textbf{-{}-with-sysroot}} \\
34 \midrule
35 - 0, 1, 2, 3 & No & No & No & No & No & No & No \\
36 - 4 & Yes & No & No & No & No & No & No \\
37 - 5 & Yes & Yes & No & No & No & No & No \\
38 - 6 & Yes & Yes & No & No & Yes & Yes & No \\
39 - 7 & Yes & Yes & No & No & Yes & Yes & Yes \\
40 - 8 & Yes & Yes & Yes & Yes & Yes & Yes & Yes \\
41 + 0, 1, 2, 3, 4, 5 & No & No & No & No \\
42 + 6 & No & Yes & Yes & No \\
43 + 7 & No & Yes & Yes & Yes \\
44 + 8 & Yes & Yes & Yes & Yes \\
45 + \midrule
46 + \multicolumn{1}{c}{\textbf{EAPI}} &
47 + \multicolumn{1}{P{5.5em}}{\textbf{-{}-disable-dependency-tracking}} &
48 + \multicolumn{1}{P{5em}}{\textbf{-{}-disable-silent-rules}} &
49 + \multicolumn{1}{c}{\textbf{-{}-disable-static}} & \\
50 + \midrule
51 + 0, 1, 2, 3 & No & No & No & \\
52 + 4 & Yes & No & No & \\
53 + 5, 6, 7 & Yes & Yes & No & \\
54 + 8 & Yes & Yes & Yes & \\
55 \bottomrule
56 \end{tabular}
57 \end{centertable}