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 CE200138334 for ; Thu, 28 Mar 2019 07:23:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C40EDE0B3B; Thu, 28 Mar 2019 07:23:05 +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 9BCB0E0B3B for ; Thu, 28 Mar 2019 07:23:05 +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 047F9335C9C for ; Thu, 28 Mar 2019 07:23:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A57957D for ; Thu, 28 Mar 2019 07:23:02 +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: <1553442964.6ad22460da6944677323e74694f2623ba76175e9.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: 6ad22460da6944677323e74694f2623ba76175e9 X-VCS-Branch: master Date: Thu, 28 Mar 2019 07:23:02 +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: d5bb0554-6ab4-494b-af24-b3ba5d6e6bfc X-Archives-Hash: 0bc55ed5a14d1dc6469e1efe9e8c2e33 commit: 6ad22460da6944677323e74694f2623ba76175e9 Author: Ulrich Müller gentoo org> AuthorDate: Sat Mar 23 20:38:39 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Mar 24 15:56:04 2019 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=6ad22460 Promote "Package Dependency Specifications" to section. Its subsubsections "Operators", "Block operator", "Slot dependencies", and "2-style and 4-style USE dependencies" will become subsections, so the maximum section number depth of the document will be 2. Signed-off-by: Ulrich Müller gentoo.org> dependencies.tex | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dependencies.tex b/dependencies.tex index a38b61e..09becdb 100644 --- a/dependencies.tex +++ b/dependencies.tex @@ -204,7 +204,7 @@ at-most-one-of group for match purposes. In an at-most-one-of group, at most one immediate child element must be matched. -\subsection{Package dependency specifications} +\section{Package Dependency Specifications} A package dependency can be in one of the following base formats. A package manager must warn or error on non-compliant input. @@ -258,7 +258,7 @@ manager must warn or error if this feature is used with an EAPI not supporting u \end{tabular} \end{centertable} -\subsubsection{Operators} +\subsection{Operators} \label{sec:dep-operator} The following operators are available: @@ -276,7 +276,7 @@ The following operators are available: \item[\t{>}] Strictly greater than the specified version. \end{description} -\subsubsection{Block operator} +\subsection{Block operator} If the specification is prefixed with one or two exclamation marks, the named dependency is a block rather than a requirement---that is to say, the specified package must not be installed, with the @@ -307,7 +307,7 @@ described in table~\ref{tab:bang-strength-table}. \end{tabular} \end{centertable} -\subsubsection{Slot dependencies} +\subsection{Slot dependencies} \label{sec:slot-dep} \featurelabel{slot-deps} A named slot dependency consists of a colon followed by a slot name. A @@ -345,7 +345,7 @@ Whenever the equals slot operator is used in an enabled dependency group, the de (\t{DEPEND}) must ensure that a matching package is installed at build time. It is invalid to use the equals slot operator inside \t{PDEPEND} or inside any-of dependency specifications. -\subsubsection{2-style and 4-style USE dependencies} +\subsection{2-style and 4-style USE dependencies} \label{sec:use-dep} A 2-style or 4-style use dependency consists of one of the following: