Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms:eapi-7 commit in: /
Date: Sun, 12 Nov 2017 19:14:43
Message-Id: 1510514056.fd86d4c8dd87a64980db9f492fc6f4e4dcc4bdb4.ulm@gentoo
1 commit: fd86d4c8dd87a64980db9f492fc6f4e4dcc4bdb4
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 12 19:14:16 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 12 19:14:16 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=fd86d4c8
7
8 fixup dd298e8 "EAPI 7 has automatic USE enforcing."
9
10 dependencies.tex | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dependencies.tex b/dependencies.tex
14 index 3f3ef79..3879dd3 100644
15 --- a/dependencies.tex
16 +++ b/dependencies.tex
17 @@ -456,7 +456,7 @@ in order of listing, according to the following rules:
18 in order to make the constraint match.
19 \item For an unmatched all-of group, the package manager should recursively enforce all constraints
20 inside the group, in order of listing.
21 -\item For an unmatched use-conditonal group, the package manager should recursively enforce all
22 +\item For an unmatched use-conditional group, the package manager should recursively enforce all
23 constraints inside the group, in order of listing. The associated condition flag is not altered.
24 \item For an unmatched any-of group, the package manager should recursively enforce the first item
25 inside the group that can be enforced without altering immutable flags, in order of listing.