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: Thu, 01 Jan 2015 20:08:51
Message-Id: 1420143196.6bb8a19d42cda34d9f7d6460a912cba55272d9e3.ulm@gentoo
1 commit: 6bb8a19d42cda34d9f7d6460a912cba55272d9e3
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 1 20:13:16 2015 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 1 20:13:16 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/pms.git;a=commit;h=6bb8a19d
7
8 Fix number of columns in several tables.
9
10 ---
11 pkg-mgr-commands.tex | 6 +++---
12 profile-variables.tex | 2 +-
13 profiles.tex | 2 +-
14 3 files changed, 5 insertions(+), 5 deletions(-)
15
16 diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
17 index acf71ac..ad189c3 100644
18 --- a/pkg-mgr-commands.tex
19 +++ b/pkg-mgr-commands.tex
20 @@ -49,10 +49,10 @@ called, the package manager must abort the build process indicating an error.
21
22 \ChangeWhenAddingAnEAPI{5}
23 \begin{centertable}{Banned commands} \label{tab:banned-commands-table}
24 - \begin{tabular}{ l l l l }
25 + \begin{tabular}{ l l l }
26 \toprule
27 \multicolumn{1}{c}{\textbf{EAPI}} &
28 - \multicolumn{3}{c}{\textbf{Command banned?}} \\
29 + \multicolumn{2}{c}{\textbf{Command banned?}} \\
30 \multicolumn{1}{c}{} &
31 \multicolumn{1}{c}{\textbf{\t{dohard}}} &
32 \multicolumn{1}{c}{\textbf{\t{dosed}}} \\
33 @@ -161,7 +161,7 @@ has returned.
34
35 \ChangeWhenAddingAnEAPI{5}
36 \begin{centertable}{Extra \t{econf} arguments for EAPIs} \label{tab:econf-options-table}
37 - \begin{tabular}{ l l l l }
38 + \begin{tabular}{ l l l }
39 \toprule
40 \multicolumn{1}{c}{\textbf{EAPI}} &
41 \multicolumn{1}{c}{\textbf{-{}-disable-dependency-tracking}?} &
42
43 diff --git a/profile-variables.tex b/profile-variables.tex
44 index cf8cac2..a52f21b 100644
45 --- a/profile-variables.tex
46 +++ b/profile-variables.tex
47 @@ -35,7 +35,7 @@ completely override those in parent profiles.
48
49 \ChangeWhenAddingAnEAPI{5}
50 \begin{centertable}{Profile-defined \t{IUSE} injection for EAPIs} \label{tab:profile-iuse-injection-table}
51 - \begin{tabular}{ l l l }
52 + \begin{tabular}{ l l }
53 \toprule
54 \multicolumn{1}{c}{\textbf{EAPI}} &
55 \multicolumn{1}{c}{\textbf{Supports profile-defined \t{IUSE} injection?}} \\
56
57 diff --git a/profiles.tex b/profiles.tex
58 index ffdcdec..b33e1b1 100644
59 --- a/profiles.tex
60 +++ b/profiles.tex
61 @@ -128,7 +128,7 @@ stable in a package.
62 \ChangeWhenAddingAnEAPI{5}
63 \begin{centertable}{Profile directory support for masking/forcing use flags in stable
64 versions only}\label{tab:profile-stablemask}
65 - \begin{tabular}{ l l l }
66 + \begin{tabular}{ l l }
67 \toprule
68 \multicolumn{1}{c}{\textbf{EAPI}} &
69 \multicolumn{1}{c}{\textbf{Supports masking/forcing use flags in stable versions?}} \\