commit:     a4828a6aeeae3b413ecce168b427122cc693f887
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 23 19:10:36 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 21 05:21:40 2022 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=a4828a6a

general-concepts/dependencies: indent xml for better raw readability

This is scavenged from my proposed change for bug #739858.

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
Bug: https://bugs.gentoo.org/739858
Signed-off-by: Sam James <sam <AT> gentoo.org>

 general-concepts/dependencies/text.xml | 36 ++++++++++++++++++++++------------
 1 file changed, 23 insertions(+), 13 deletions(-)

diff --git a/general-concepts/dependencies/text.xml 
b/general-concepts/dependencies/text.xml
index a3ea540..1abebc8 100644
--- a/general-concepts/dependencies/text.xml
+++ b/general-concepts/dependencies/text.xml
@@ -386,19 +386,29 @@ or <uri 
link="::general-concepts/slotting#Sub-Slots">sub-slot</uri>:
 </p>
 
 <ul>
-  <li><c>:=</c> means that any slot is acceptable, and that your package 
should be
-  rebuilt if the version best matching the runtime dependency is updated to a
-  version with a different slot or subslot;</li>
-  <li><c>:*</c> means that any slot is acceptable, and explicitly declares that
-  changes in the slot or sub-slot can be ignored;</li>
-  <li><c>:SLOT=</c> means that only the 'SLOT' slot is acceptable, and that 
your
-  package should be rebuilt if the version matching the runtime dependency is
-  updated to another version with this slot but with a different subslot;</li>
-  <li><c>:SLOT</c> means that only the 'SLOT' slot is acceptable, and that 
changes
-  in the sub-slot can be ignored (like in previous EAPIs).</li>
-  <li><c>:SLOT/SUBSLOT</c> means a dependency on a specific slot and sub-slot 
pair,
-  which can be useful for packages installing pre-built binaries that require a
-  library with a particular soname version corresponding to the sub-slot.</li>
+  <li>
+    <c>:=</c> means that any slot is acceptable, and that your package should 
be
+    rebuilt if the version best matching the runtime dependency is updated to a
+    version with a different slot or subslot;
+  </li>
+  <li>
+    <c>:*</c> means that any slot is acceptable, and explicitly declares that
+    changes in the slot or sub-slot can be ignored;
+  </li>
+  <li>
+    <c>:SLOT=</c> means that only the 'SLOT' slot is acceptable, and that your
+    package should be rebuilt if the version matching the runtime dependency is
+    updated to another version with this slot but with a different subslot;
+  </li>
+  <li>
+    <c>:SLOT</c> means that only the 'SLOT' slot is acceptable, and that 
changes
+    in the sub-slot can be ignored (like in previous EAPIs).
+  </li>
+  <li>
+    <c>:SLOT/SUBSLOT</c> means a dependency on a specific slot and sub-slot 
pair,
+    which can be useful for packages installing pre-built binaries that 
require a
+    library with a particular soname version corresponding to the sub-slot.
+  </li>
 </ul>
 
 <p>

Reply via email to