diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-05-17 21:30:41 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-06-05 10:55:39 +0200 |
commit | 5e135c7e0bbcd87e4bbb854048c21852c87de4b1 (patch) | |
tree | 7608965b497aac62907379e1deb78d2e6b32df22 | |
parent | EAPI 8: econf adds --disable-static (diff) | |
download | pms-5e135c7e0bbcd87e4bbb854048c21852c87de4b1.tar.gz pms-5e135c7e0bbcd87e4bbb854048c21852c87de4b1.tar.bz2 pms-5e135c7e0bbcd87e4bbb854048c21852c87de4b1.zip |
Split the econf options table because it has become too wide
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | pkg-mgr-commands.tex | 25 |
1 files changed, 15 insertions, 10 deletions
diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex index e74f730..817b52b 100644 --- a/pkg-mgr-commands.tex +++ b/pkg-mgr-commands.tex @@ -346,23 +346,28 @@ commands once the current phase function has returned. \ChangeWhenAddingAnEAPI{8} \begin{centertable}{Extra \t{econf} arguments for EAPIs} \label{tab:econf-options-table} - \begin{tabular}{llllllll} + \begin{tabular}{lllll} \toprule \multicolumn{1}{c}{\textbf{EAPI}} & - \multicolumn{1}{P{9em}}{\textbf{-{}-disable-dependency-tracking}} & - \multicolumn{1}{P{5em}}{\textbf{-{}-disable-silent-rules}} & - \multicolumn{1}{c}{\textbf{-{}-disable-static}} & \multicolumn{1}{c}{\textbf{-{}-datarootdir}} & \multicolumn{1}{c}{\textbf{-{}-docdir}} & \multicolumn{1}{c}{\textbf{-{}-htmldir}} & \multicolumn{1}{c}{\textbf{-{}-with-sysroot}} \\ \midrule - 0, 1, 2, 3 & No & No & No & No & No & No & No \\ - 4 & Yes & No & No & No & No & No & No \\ - 5 & Yes & Yes & No & No & No & No & No \\ - 6 & Yes & Yes & No & No & Yes & Yes & No \\ - 7 & Yes & Yes & No & No & Yes & Yes & Yes \\ - 8 & Yes & Yes & Yes & Yes & Yes & Yes & Yes \\ + 0, 1, 2, 3, 4, 5 & No & No & No & No \\ + 6 & No & Yes & Yes & No \\ + 7 & No & Yes & Yes & Yes \\ + 8 & Yes & Yes & Yes & Yes \\ + \midrule + \multicolumn{1}{c}{\textbf{EAPI}} & + \multicolumn{1}{P{5.5em}}{\textbf{-{}-disable-dependency-tracking}} & + \multicolumn{1}{P{5em}}{\textbf{-{}-disable-silent-rules}} & + \multicolumn{1}{c}{\textbf{-{}-disable-static}} & \\ + \midrule + 0, 1, 2, 3 & No & No & No & \\ + 4 & Yes & No & No & \\ + 5, 6, 7 & Yes & Yes & No & \\ + 8 & Yes & Yes & Yes & \\ \bottomrule \end{tabular} \end{centertable} |