Gentoo Archives: gentoo-pms

From: Ulrich Mueller <ulm@g.o>
To: gentoo-pms@l.g.o
Subject: [gentoo-pms] [PATCH] Fix typo in at-most-one-of dependency specification.
Date: Tue, 01 Oct 2013 08:02:50
Message-Id: 21066.33186.846162.904328@a1i15.kph.uni-mainz.de
1 I'm going to commit the following patch later today.
2
3 Ulrich
4
5
6 From b1d77cd01994786f07d7f1f45f80bda312d99a5f Mon Sep 17 00:00:00 2001
7 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= <ulm@g.o>
8 Date: Tue, 1 Oct 2013 09:51:22 +0200
9 Subject: [PATCH] Fix typo in at-most-one-of dependency specification.
10
11 ---
12 dependencies.tex | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dependencies.tex b/dependencies.tex
16 index a6fa67b..2444fcd 100644
17 --- a/dependencies.tex
18 +++ b/dependencies.tex
19 @@ -69,7 +69,7 @@ be surrounded on both sides by whitespace, except at the start and end of the st
20 \item \featurelabel{at-most-one-of} An at-most-one-of group, which consists of the string \t{??},
21 followed by whitespace, followed by an open parenthesis, followed by whitespace, followed by
22 zero or more of (a dependency item of any kind followed by whitespace), followed by a close
23 - parenthesis. More formally: \t{exactly-one-of ::= '??' whitespace '(' whitespace (item
24 + parenthesis. More formally: \t{at-most-one-of ::= '??' whitespace '(' whitespace (item
25 whitespace)* ')'}. Permitted in \t{REQUIRED\_USE} in EAPIs listed in
26 table~\ref{tab:at-most-one-of-table} as supporting \t{REQUIRED\_USE ??}\ groups.
27 \item A use-conditional group, which consists of an optional exclamation mark, followed by
28 --
29 1.8.3.2