Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: general-concepts/slotting/
Date: Tue, 06 Jul 2021 08:42:47
Message-Id: 1625560958.51542fae88bb6675ea10013646675023dab6189f.ulm@gentoo
1 commit: 51542fae88bb6675ea10013646675023dab6189f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 10 03:41:16 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 6 08:42:38 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=51542fae
7
8 general-concepts/slotting: link to wiki page with information on subslots
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 general-concepts/slotting/text.xml | 7 +++++--
14 1 file changed, 5 insertions(+), 2 deletions(-)
15
16 diff --git a/general-concepts/slotting/text.xml b/general-concepts/slotting/text.xml
17 index 870d8fa..9b12d84 100644
18 --- a/general-concepts/slotting/text.xml
19 +++ b/general-concepts/slotting/text.xml
20 @@ -77,11 +77,14 @@ Other ebuilds that install binaries which link to <c>libfoo-2</c> (or <c>libfoo<
21 can then request to be automatically rebuilt when the installed version of
22 <c>foo:2</c> or <c>foo:1</c> changes sub-slots <d/> for example, when the user
23 upgrades from <c>foo-2.0</c> to <c>foo-2.1</c>.
24 +If an ebuild does not explicitly declare a sub-slot, the regular slot is used
25 +as the value of the sub-slot by default.
26 </p>
27
28 <p>
29 -If an ebuild does not explicitly declare a sub-slot, the regular slot is used
30 -as the value of the sub-slot by default.
31 +You may wish to review the
32 +<uri link="https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Subslots">
33 +QA team's documentation on subslots</uri>.
34 </p>
35
36 <note>