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 F278B1382C5 for ; Mon, 2 Apr 2018 07:39:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 213FAE0CB1; Mon, 2 Apr 2018 07:39:11 +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 EA57FE0CB1 for ; Mon, 2 Apr 2018 07:39:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 DE069335DED for ; Mon, 2 Apr 2018 07:39:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7DED6275 for ; Mon, 2 Apr 2018 07:39:08 +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: <1522344977.81324662c4ecfde267d8593578dbe2b885e822dc.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: dependencies.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 81324662c4ecfde267d8593578dbe2b885e822dc X-VCS-Branch: master Date: Mon, 2 Apr 2018 07:39:08 +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: 27a4adc0-dbbf-43bb-bf30-ea793af4e320 X-Archives-Hash: 4915b6eb38e81a432017915bf7ece118 commit: 81324662c4ecfde267d8593578dbe2b885e822dc Author: Ulrich Müller gentoo org> AuthorDate: Thu Mar 29 17:36:17 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Mar 29 17:36:17 2018 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=81324662 dependencies.tex: Clarify wording for = slot operator. dependencies.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dependencies.tex b/dependencies.tex index f019348..381dc04 100644 --- a/dependencies.tex +++ b/dependencies.tex @@ -279,7 +279,8 @@ indicates that the package will not break if the matched package is uninstalled a different matching package in a different slot. \item[=] Indicates that any slot value is acceptable. In addition, for runtime dependencies, indicates that the package will break unless a matching package with slot and sub-slot equal to the -slot and sub-slot of the best installed version at the time the package was built is available. +slot and sub-slot of the best version installed as a build-time (\t{DEPEND}) dependency is +available. \item[slot=] Indicates that only a specific slot value is acceptable, and otherwise behaves identically to the plain equals slot operator. \end{description}