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 45C12138350 for ; Thu, 20 Feb 2020 19:08:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 665E7E0866; Thu, 20 Feb 2020 19:07:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 40F73E085A for ; Thu, 20 Feb 2020 19:07:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4432F34EE78 for ; Thu, 20 Feb 2020 19:07:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF69112F for ; Thu, 20 Feb 2020 19:07:56 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1582041895.61f80a8527d6b64e9598e033aa4b04f920e6b12f.ulm@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: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 61f80a8527d6b64e9598e033aa4b04f920e6b12f X-VCS-Branch: master Date: Thu, 20 Feb 2020 19:07:56 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c02606f2-de16-4a29-bf74-7982e6e2ad0a X-Archives-Hash: 297715a7d18163a160e68fbf95c46ca5 commit: 61f80a8527d6b64e9598e033aa4b04f920e6b12f Author: Ulrich Müller gentoo org> AuthorDate: Mon Feb 17 18:37:31 2020 +0000 Commit: Ulrich Müller gentoo 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 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.

Most packages have no need for slotting. These packages specify SLOT="0" -in the ebuilds. +in the ebuilds. This is purely a convention; the package manager does not treat +0 any different from other slot values.