Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms:eapi-8 commit in: /
Date: Sun, 16 May 2021 19:13:44
Message-Id: 1621184035.66ffb7c36da3edf5df4fc720fca08f6d70f5d77e.ulm@gentoo
1 commit: 66ffb7c36da3edf5df4fc720fca08f6d70f5d77e
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 16 16:51:28 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun May 16 16:53:55 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=66ffb7c3
7
8 Clarify that package moves are processed in no particular order
9
10 Bug: https://bugs.gentoo.org/296713#c14
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 tree-layout.tex | 3 +++
14 1 file changed, 3 insertions(+)
15
16 diff --git a/tree-layout.tex b/tree-layout.tex
17 index b42bd3f..4fceb87 100644
18 --- a/tree-layout.tex
19 +++ b/tree-layout.tex
20 @@ -224,6 +224,9 @@ The second form instructs the package manager that any currently installed packa
21 package dependency specification \t{spec} whose \t{SLOT} is set to \t{slot1} should have it updated
22 to \t{slot2}.
23
24 +It is unspecified in what order the files in the \t{updates} directory or the lines in any given
25 +file are processed.
26 +
27 Any name that has appeared as the origin of a move must not be reused in the future. Any slot
28 that has appeared as the origin of a slot move may not be used by packages matching the spec of
29 that slot move in the future.