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 6BDD1138ACF for ; Sat, 21 Feb 2015 12:19:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04D4FE08F0; Sat, 21 Feb 2015 12:19:37 +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 41B8DE08F3 for ; Sat, 21 Feb 2015 12:19:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 15C4234097A for ; Sat, 21 Feb 2015 12:19:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1373123BE for ; Sat, 21 Feb 2015 12:19:34 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1424114577.81351aae6df13cd702504561fd6b482623cb1a8f.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: pkg-mgr-commands.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 81351aae6df13cd702504561fd6b482623cb1a8f X-VCS-Branch: master Date: Sat, 21 Feb 2015 12:19:34 +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: af0f6925-61a9-4d8e-b601-f25286f995e3 X-Archives-Hash: 3034cf76a97b0ac87d7fffeb3b887d6b Message-ID: <20150221121934.X5vEZjfbtLpWMpp8iAvBCuS0AbeM5xMgF1QREx_jf5k@z> commit: 81351aae6df13cd702504561fd6b482623cb1a8f Author: Ulrich Müller gentoo org> AuthorDate: Mon Feb 16 19:22:57 2015 +0000 Commit: Ulrich Müller 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}