diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-05-19 00:45:12 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-05-23 11:54:20 +0200 |
commit | 897ea77dc60e125899b440496d75011e8ae18742 (patch) | |
tree | 08f06e590045b01f07496d686328ec31a2bc5633 | |
parent | pms.cls: Specify \raggedbottom also in twoside mode (diff) | |
download | pms-897ea77dc60e125899b440496d75011e8ae18742.tar.gz pms-897ea77dc60e125899b440496d75011e8ae18742.tar.bz2 pms-897ea77dc60e125899b440496d75011e8ae18742.zip |
Clarify that updates files are processed in no particular order
Bug: https://bugs.gentoo.org/296713#c14
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | tree-layout.tex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tree-layout.tex b/tree-layout.tex index 719b489..fdf4b65 100644 --- a/tree-layout.tex +++ b/tree-layout.tex @@ -223,6 +223,9 @@ The second form instructs the package manager that any currently installed packa package dependency specification \t{spec} whose \t{SLOT} is set to \t{slot1} should have it updated to \t{slot2}. +It is unspecified in what order the files in the \t{updates} directory are processed. Lines within +each file are processed in ascending order. + Any name that has appeared as the origin of a move must not be reused in the future. Any slot that has appeared as the origin of a slot move may not be used by packages matching the spec of that slot move in the future. |