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 4928F1381F3 for ; Tue, 1 Oct 2013 18:33:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FADCE0995; Tue, 1 Oct 2013 18:33:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AB05AE0995 for ; Tue, 1 Oct 2013 18:33:21 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8321B33E874 for ; Tue, 1 Oct 2013 18:33:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 2ECA5E5308 for ; Tue, 1 Oct 2013 18:33:19 +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: <1380613882.b1d77cd01994786f07d7f1f45f80bda312d99a5f.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: dependencies.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: b1d77cd01994786f07d7f1f45f80bda312d99a5f X-VCS-Branch: master Date: Tue, 1 Oct 2013 18:33:19 +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: b008da7f-bba3-4217-a750-fd2fa45ca6f9 X-Archives-Hash: 0c928aa833bb3dbda22aaf25425f793a commit: b1d77cd01994786f07d7f1f45f80bda312d99a5f Author: Ulrich Müller gentoo org> AuthorDate: Tue Oct 1 07:51:22 2013 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Oct 1 07:51:22 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/pms.git;a=commit;h=b1d77cd0 Fix typo in at-most-one-of dependency specification. --- dependencies.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.tex b/dependencies.tex index a6fa67b..2444fcd 100644 --- a/dependencies.tex +++ b/dependencies.tex @@ -69,7 +69,7 @@ be surrounded on both sides by whitespace, except at the start and end of the st \item \featurelabel{at-most-one-of} An at-most-one-of group, which consists of the string \t{??}, followed by whitespace, followed by an open parenthesis, followed by whitespace, followed by zero or more of (a dependency item of any kind followed by whitespace), followed by a close - parenthesis. More formally: \t{exactly-one-of ::= '??' whitespace '(' whitespace (item + parenthesis. More formally: \t{at-most-one-of ::= '??' whitespace '(' whitespace (item whitespace)* ')'}. Permitted in \t{REQUIRED\_USE} in EAPIs listed in table~\ref{tab:at-most-one-of-table} as supporting \t{REQUIRED\_USE ??}\ groups. \item A use-conditional group, which consists of an optional exclamation mark, followed by