summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2015-02-17 16:00:52 +0100
committerUlrich Müller <ulm@gentoo.org>2015-11-08 20:29:19 +0100
commita9b54bcb042f0f070d93aebfdfb367cb15e22476 (patch)
treec61a322b31624b94aa559f9634732209290212b5 /profiles.tex
parentRework the EAPI feature table. (diff)
downloadpms-a9b54bcb042f0f070d93aebfdfb367cb15e22476.tar.gz
pms-a9b54bcb042f0f070d93aebfdfb367cb15e22476.tar.bz2
pms-a9b54bcb042f0f070d93aebfdfb367cb15e22476.zip
Reformat EAPI tables to be more compact.
Combine all lines with identical behaviour for different EAPIs. Also use consistent indentation for tables in the LaTeX source.
Diffstat (limited to 'profiles.tex')
-rw-r--r--profiles.tex25
1 files changed, 10 insertions, 15 deletions
diff --git a/profiles.tex b/profiles.tex
index 1048162..c677582 100644
--- a/profiles.tex
+++ b/profiles.tex
@@ -126,21 +126,16 @@ subsection~\ref{sec:keywords}. Thus, these files can be used to restrict the fea
stable in a package.
\ChangeWhenAddingAnEAPI{6}
-\begin{centertable}{Profile directory support for masking/forcing use flags in stable
-versions only}\label{tab:profile-stablemask}
- \begin{tabular}{ l l }
- \toprule
- \multicolumn{1}{c}{\textbf{EAPI}} &
- \multicolumn{1}{c}{\textbf{Supports masking/forcing use flags in stable versions?}} \\
- \midrule
- \t{0} & No \\
- \t{1} & No \\
- \t{2} & No \\
- \t{3} & No \\
- \t{4} & No \\
- \t{5} & Yes \\
- \t{6} & Yes \\
- \bottomrule
+\begin{centertable}{Profile directory support for masking/forcing use flags in stable versions only}
+ \label{tab:profile-stablemask}
+ \begin{tabular}{ll}
+ \toprule
+ \multicolumn{1}{c}{\textbf{EAPI}} &
+ \multicolumn{1}{c}{\textbf{Supports masking/forcing use flags in stable versions?}} \\
+ \midrule
+ 0, 1, 2, 3, 4 & No \\
+ 5, 6 & Yes \\
+ \bottomrule
\end{tabular}
\end{centertable}