commit: fd86d4c8dd87a64980db9f492fc6f4e4dcc4bdb4
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 12 19:14:16 2017 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 12 19:14:16 2017 +0000
URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=fd86d4c8
fixup dd298e8 "EAPI 7 has automatic USE enforcing."
dependencies.tex | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dependencies.tex b/dependencies.tex
index 3f3ef79..3879dd3 100644
--- a/dependencies.tex
+++ b/dependencies.tex
@@ -456,7 +456,7 @@ in order of listing, according to the following rules:
in order to make the constraint match.
\item For an unmatched all-of group, the package manager should recursively
enforce all constraints
inside the group, in order of listing.
-\item For an unmatched use-conditonal group, the package manager should
recursively enforce all
+\item For an unmatched use-conditional group, the package manager should
recursively enforce all
constraints inside the group, in order of listing. The associated
condition flag is not altered.
\item For an unmatched any-of group, the package manager should recursively
enforce the first item
inside the group that can be enforced without altering immutable flags, in
order of listing.