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: Tue, 01 Oct 2013 18:33:23
Message-Id: 1380613882.b1d77cd01994786f07d7f1f45f80bda312d99a5f.ulm@gentoo
1 commit: b1d77cd01994786f07d7f1f45f80bda312d99a5f
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 1 07:51:22 2013 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 1 07:51:22 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/pms.git;a=commit;h=b1d77cd0
7
8 Fix typo in at-most-one-of dependency specification.
9
10 ---
11 dependencies.tex | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/dependencies.tex b/dependencies.tex
15 index a6fa67b..2444fcd 100644
16 --- a/dependencies.tex
17 +++ b/dependencies.tex
18 @@ -69,7 +69,7 @@ be surrounded on both sides by whitespace, except at the start and end of the st
19 \item \featurelabel{at-most-one-of} An at-most-one-of group, which consists of the string \t{??},
20 followed by whitespace, followed by an open parenthesis, followed by whitespace, followed by
21 zero or more of (a dependency item of any kind followed by whitespace), followed by a close
22 - parenthesis. More formally: \t{exactly-one-of ::= '??' whitespace '(' whitespace (item
23 + parenthesis. More formally: \t{at-most-one-of ::= '??' whitespace '(' whitespace (item
24 whitespace)* ')'}. Permitted in \t{REQUIRED\_USE} in EAPIs listed in
25 table~\ref{tab:at-most-one-of-table} as supporting \t{REQUIRED\_USE ??}\ groups.
26 \item A use-conditional group, which consists of an optional exclamation mark, followed by