aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGöktürk Yüksek <gokturk@gentoo.org>2016-08-05 12:38:43 -0400
committerGöktürk Yüksek <gokturk@gentoo.org>2016-08-05 12:42:22 -0400
commit41342f0d2038a71a1aa205a2137f482240c027d6 (patch)
tree21e8abfebb84d45fd6f33d9ef1dba2451fcc8405
parentebuild-writing/variables: s/prefix/suffix/ in the ROOT section (diff)
downloaddevmanual-41342f0d2038a71a1aa205a2137f482240c027d6.tar.gz
devmanual-41342f0d2038a71a1aa205a2137f482240c027d6.tar.bz2
devmanual-41342f0d2038a71a1aa205a2137f482240c027d6.zip
general-concepts/slotting: be more explicit about what an empty slot is
Reported-By: Amy Winston <amynka@gentoo.org>
-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 96aa4fc..652b444 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. This is <b>not</b> the same as specifying an empty slot <d/> an empty
+the ebuilds. This is <b>not</b> the same as specifying an empty slot
+(<c>SLOT=""</c>) <d/> an empty
slot means &quot;disable slotting entirely&quot;, and should not be used.
</p>