From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 47B7113832E for ; Fri, 5 Aug 2016 16:43:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2FD6E0A5F; Fri, 5 Aug 2016 16:43:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 98419E0A5F for ; Fri, 5 Aug 2016 16:43:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0E9EB340B7E for ; Fri, 5 Aug 2016 16:43:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C191E6B for ; Fri, 5 Aug 2016 16:43:24 +0000 (UTC) From: "Göktürk Yüksek" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Göktürk Yüksek" Message-ID: <1470415342.41342f0d2038a71a1aa205a2137f482240c027d6.gokturk@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: general-concepts/slotting/ X-VCS-Repository: proj/devmanual X-VCS-Files: general-concepts/slotting/text.xml X-VCS-Directories: general-concepts/slotting/ X-VCS-Committer: gokturk X-VCS-Committer-Name: Göktürk Yüksek X-VCS-Revision: 41342f0d2038a71a1aa205a2137f482240c027d6 X-VCS-Branch: master Date: Fri, 5 Aug 2016 16:43:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2226f080-89ae-449b-a910-9e83f2262405 X-Archives-Hash: cb1297229841fdd7d137324646c65ce2 commit: 41342f0d2038a71a1aa205a2137f482240c027d6 Author: Göktürk Yüksek gentoo org> AuthorDate: Fri Aug 5 16:38:43 2016 +0000 Commit: Göktürk Yüksek gentoo org> CommitDate: Fri Aug 5 16:42:22 2016 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=41342f0d general-concepts/slotting: be more explicit about what an empty slot is Reported-By: Amy Winston 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 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.

Most packages have no need for slotting. These packages specify SLOT="0" in -the ebuilds. This is not the same as specifying an empty slot an empty +the ebuilds. This is not the same as specifying an empty slot +(SLOT="") an empty slot means "disable slotting entirely", and should not be used.