aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-05 19:28:08 +0000
committerUlrich Müller <ulm@gentoo.org>2021-03-11 13:35:21 +0100
commit9f40ea2d5d53a204c2ccfade2f5f1ef19555fcc7 (patch)
tree45b1a176408bd81c775506267ece2a005fcce27c /general-concepts/dependencies/text.xml
parentdevbook-guide: Fix typo (diff)
downloaddevmanual-9f40ea2d5d53a204c2ccfade2f5f1ef19555fcc7.tar.gz
devmanual-9f40ea2d5d53a204c2ccfade2f5f1ef19555fcc7.tar.bz2
devmanual-9f40ea2d5d53a204c2ccfade2f5f1ef19555fcc7.zip
general-concepts/dependencies: add sorting
Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'general-concepts/dependencies/text.xml')
-rw-r--r--general-concepts/dependencies/text.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/general-concepts/dependencies/text.xml b/general-concepts/dependencies/text.xml
index 319137f..6afefea 100644
--- a/general-concepts/dependencies/text.xml
+++ b/general-concepts/dependencies/text.xml
@@ -9,6 +9,14 @@ Automatic dependency resolution is one of the most useful features
provided by <c>emerge</c>.
</p>
+<p>
+You are encouraged to sort dependencies alphabetically, with unconditional
+dependencies grouped together, then all conditional dependencies. There is an
+exception: you may sort dependencies as per upstream listings if it eases
+checking for changes. Some projects may have different policies <d/> consult
+them if you're not sure.
+</p>
+
</body>
<section>