aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-10 03:41:16 +0000
committerUlrich Müller <ulm@gentoo.org>2021-07-06 10:42:38 +0200
commit51542fae88bb6675ea10013646675023dab6189f (patch)
tree2f453215ad89b5576aabce95c3f12dcf26147158
parentgeneral-concepts/slotting: s/soname/SONAME/ (diff)
downloaddevmanual-51542fae.tar.gz
devmanual-51542fae.tar.bz2
devmanual-51542fae.zip
general-concepts/slotting: link to wiki page with information on subslots
Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--general-concepts/slotting/text.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/general-concepts/slotting/text.xml b/general-concepts/slotting/text.xml
index 870d8fa..9b12d84 100644
--- a/general-concepts/slotting/text.xml
+++ b/general-concepts/slotting/text.xml
@@ -77,11 +77,14 @@ Other ebuilds that install binaries which link to <c>libfoo-2</c> (or <c>libfoo<
can then request to be automatically rebuilt when the installed version of
<c>foo:2</c> or <c>foo:1</c> changes sub-slots <d/> for example, when the user
upgrades from <c>foo-2.0</c> to <c>foo-2.1</c>.
+If an ebuild does not explicitly declare a sub-slot, the regular slot is used
+as the value of the sub-slot by default.
</p>
<p>
-If an ebuild does not explicitly declare a sub-slot, the regular slot is used
-as the value of the sub-slot by default.
+You may wish to review the
+<uri link="https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Subslots">
+QA team's documentation on subslots</uri>.
</p>
<note>