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: Thu, 20 Feb 2020 19:08:01
Message-Id: 1582041895.61f80a8527d6b64e9598e033aa4b04f920e6b12f.ulm@gentoo
1 commit: 61f80a8527d6b64e9598e033aa4b04f920e6b12f
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 17 18:37:31 2020 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 18 16:04:55 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=61f80a85
7
8 general-concepts/slotting: SLOT 0 is not special.
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 general-concepts/slotting/text.xml | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/general-concepts/slotting/text.xml b/general-concepts/slotting/text.xml
16 index 5bd33b0..28e6696 100644
17 --- a/general-concepts/slotting/text.xml
18 +++ b/general-concepts/slotting/text.xml
19 @@ -13,7 +13,8 @@ parallel. This feature is called slotting.
20
21 <p>
22 Most packages have no need for slotting. These packages specify <c>SLOT="0"</c>
23 -in the ebuilds.
24 +in the ebuilds. This is purely a convention; the package manager does not treat
25 +<c>0</c> any different from other slot values.
26 </p>
27
28 <note>