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