summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2018-03-29 21:29:14 +0200
committerUlrich Müller <ulm@gentoo.org>2018-03-29 21:29:14 +0200
commitbd0323fb313fed1349a3d79fdb4a7bfcb1c8f597 (patch)
tree3f083024b792a3d3ffd541ee26c88ca35546f8dd /ebuild-vars.tex
parentdependencies.tex: Clarify wording for = slot operator. (diff)
downloadpms-bd0323fb313fed1349a3d79fdb4a7bfcb1c8f597.tar.gz
pms-bd0323fb313fed1349a3d79fdb4a7bfcb1c8f597.tar.bz2
pms-bd0323fb313fed1349a3d79fdb4a7bfcb1c8f597.zip
pms.cls: Update \note command to suppress vertical space.
Use the command correctly throughout; it requires an argument.
Diffstat (limited to 'ebuild-vars.tex')
-rw-r--r--ebuild-vars.tex12
1 files changed, 6 insertions, 6 deletions
diff --git a/ebuild-vars.tex b/ebuild-vars.tex
index d653d09..0a3051c 100644
--- a/ebuild-vars.tex
+++ b/ebuild-vars.tex
@@ -1,8 +1,8 @@
\chapter{Ebuild-defined Variables}
\label{sec:ebuild-vars}
-\note This section describes variables that may or must be defined by ebuilds. For
-variables that are passed from the package manager to the ebuild, see section~\ref{sec:ebuild-env-vars}.
+\note{This section describes variables that may or must be defined by ebuilds. For variables that
+are passed from the package manager to the ebuild, see section~\ref{sec:ebuild-env-vars}.}
If any of these variables are set to invalid values, or if any of the mandatory variables are
undefined, the package manager's behaviour is undefined; ideally, an error in one ebuild should not
@@ -203,8 +203,8 @@ considered to be part of the ebuild's metadata:
\item[INHERITED] List of inherited eclass names. Again, this is handled magically by \t{inherit}.
\end{description}
-\note Thus, by extension of section~\ref{sec:metadata-invariance}, \t{inherit} may not be used
- conditionally, except upon constant conditions.
+\note{Thus, by extension of section~\ref{sec:metadata-invariance}, \t{inherit} may not be used
+conditionally, except upon constant conditions.}
The following are special variables defined by the package manager for internal use and may or may
not be exported to the ebuild environment:
@@ -218,8 +218,8 @@ optional \t{DEFINED_PHASES} support, package managers may not rely upon the meta
this variable defined, and must treat an empty string as ``this information is not available''.
\end{description}
-\note Thus, by extension of section~\ref{sec:metadata-invariance}, phase functions must not be defined
-based upon any variant condition.
+\note{Thus, by extension of section~\ref{sec:metadata-invariance}, phase functions must not be
+defined based upon any variant condition.}
\ChangeWhenAddingAnEAPI{6}
\begin{centertable}{EAPIs supporting \t{DEFINED_PHASES}}