aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2020-02-17 19:37:31 +0100
committerUlrich Müller <ulm@gentoo.org>2020-02-18 17:04:55 +0100
commit61f80a8527d6b64e9598e033aa4b04f920e6b12f (patch)
tree47956f65e9a0ee4956d45d98269e9bd3fded36eb /general-concepts
parentgeneral-concepts/slotting: Clarify that SLOT must not be empty. (diff)
downloaddevmanual-61f80a8527d6b64e9598e033aa4b04f920e6b12f.tar.gz
devmanual-61f80a8527d6b64e9598e033aa4b04f920e6b12f.tar.bz2
devmanual-61f80a8527d6b64e9598e033aa4b04f920e6b12f.zip
general-concepts/slotting: SLOT 0 is not special.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'general-concepts')
-rw-r--r--general-concepts/slotting/text.xml3
1 files changed, 2 insertions, 1 deletions
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>