Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms:eapi-6 commit in: /
Date: Tue, 03 Mar 2015 06:18:43
Message-Id: 1424114577.81351aae6df13cd702504561fd6b482623cb1a8f.ulm@gentoo
1 commit: 81351aae6df13cd702504561fd6b482623cb1a8f
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 16 19:22:57 2015 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 16 19:22:57 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/pms.git;a=commit;h=81351aae
7
8 Fix strings matching configure --help output.
9
10 These should be "--disable-dependency-tracking" and
11 "--disable-silent-rules", respectively (note the leading "--").
12
13 ---
14 pkg-mgr-commands.tex | 8 ++++----
15 1 file changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
18 index ad189c3..efdf360 100644
19 --- a/pkg-mgr-commands.tex
20 +++ b/pkg-mgr-commands.tex
21 @@ -153,10 +153,10 @@ has returned.
22 \item -{}-libdir must be set according to Algorithm~\ref{alg:econf-libdir}.
23 \item -{}-disable-dependency-tracking, if the EAPI is listed in
24 table~\ref{tab:econf-options-table} as using it. This option will only be passed if the
25 - string \t{disable-dependency-tracking} occurs in the output of \t{configure -{}-help}.
26 - \item -{}-disable-silent-rules, if the EAPI is listed in
27 - table~\ref{tab:econf-options-table} as using it. This option will only be passed if the
28 - string \t{disable-silent-rules} occurs in the output of \t{configure -{}-help}.
29 + string \t{-{}-disable-dependency-tracking} occurs in the output of \t{configure -{}-help}.
30 + \item -{}-disable-silent-rules, if the EAPI is listed in table~\ref{tab:econf-options-table} as
31 + using it. This option will only be passed if the string \t{-{}-disable-silent-rules} occurs
32 + in the output of \t{configure -{}-help}.
33 \end{itemize}
34
35 \ChangeWhenAddingAnEAPI{5}