From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 343AB138CAE for ; Tue, 3 Mar 2015 06:18:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDE9AE089B; Tue, 3 Mar 2015 06:18:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47E44E0898 for ; Tue, 3 Mar 2015 06:18:43 +0000 (UTC) Received: from manakin.gentoo.org (static-108-28-123-98.washdc.fios.verizon.net [108.28.123.98]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EECAC340A13 for ; Tue, 3 Mar 2015 06:18:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by manakin.gentoo.org (Postfix) with ESMTP id 8C0DE603E6 for ; Tue, 3 Mar 2015 06:18:41 +0000 (UTC) From: "git@oystercatcher mirror+tproxy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "git@oystercatcher mirror+tproxy" Message-ID: <1424114577.81351aae6df13cd702504561fd6b482623cb1a8f.git@gentoo> Subject: [gentoo-commits] proj/pms:eapi-6 commit in: / X-VCS-Repository: proj/pms X-VCS-Files: pkg-mgr-commands.tex X-VCS-Directories: / X-VCS-Committer: git X-VCS-Committer-Name: git@oystercatcher mirror+tproxy X-VCS-Revision: 81351aae6df13cd702504561fd6b482623cb1a8f X-VCS-Branch: eapi-6 Date: Tue, 3 Mar 2015 06:18:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9644a8e1-8972-4719-85c7-4adf77d6b429 X-Archives-Hash: 9ce969ad42e125771b71ac340f27d630 commit: 81351aae6df13cd702504561fd6b482623cb1a8f Author: Ulrich Müller gentoo org> AuthorDate: Mon Feb 16 19:22:57 2015 +0000 Commit: git@oystercatcher mirror+tproxy oystercatcher gentoo org> CommitDate: Mon Feb 16 19:22:57 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/pms.git;a=commit;h=81351aae Fix strings matching configure --help output. These should be "--disable-dependency-tracking" and "--disable-silent-rules", respectively (note the leading "--"). --- pkg-mgr-commands.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex index ad189c3..efdf360 100644 --- a/pkg-mgr-commands.tex +++ b/pkg-mgr-commands.tex @@ -153,10 +153,10 @@ has returned. \item -{}-libdir must be set according to Algorithm~\ref{alg:econf-libdir}. \item -{}-disable-dependency-tracking, if the EAPI is listed in table~\ref{tab:econf-options-table} as using it. This option will only be passed if the - string \t{disable-dependency-tracking} occurs in the output of \t{configure -{}-help}. - \item -{}-disable-silent-rules, if the EAPI is listed in - table~\ref{tab:econf-options-table} as using it. This option will only be passed if the - string \t{disable-silent-rules} occurs in the output of \t{configure -{}-help}. + string \t{-{}-disable-dependency-tracking} occurs in the output of \t{configure -{}-help}. + \item -{}-disable-silent-rules, if the EAPI is listed in table~\ref{tab:econf-options-table} as + using it. This option will only be passed if the string \t{-{}-disable-silent-rules} occurs + in the output of \t{configure -{}-help}. \end{itemize} \ChangeWhenAddingAnEAPI{5}