summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2021-05-18 21:43:12 +0200
committerUlrich Müller <ulm@gentoo.org>2021-05-21 06:42:39 +0200
commit3e558f678cf36228c51eaf36d59a48577c3e25e3 (patch)
tree7f2bcb8fa0ddc09291dc9c789d94473685759f55 /ebuild-vars.tex
parentpms.cls: Require version 1 of parskip.sty (diff)
downloadpms-3e558f678cf36228c51eaf36d59a48577c3e25e3.tar.gz
pms-3e558f678cf36228c51eaf36d59a48577c3e25e3.tar.bz2
pms-3e558f678cf36228c51eaf36d59a48577c3e25e3.zip
Fix bad page breaks before lists
Taken from https://tex.stackexchange.com/a/2645. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'ebuild-vars.tex')
-rw-r--r--ebuild-vars.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/ebuild-vars.tex b/ebuild-vars.tex
index cd03882..fca8565 100644
--- a/ebuild-vars.tex
+++ b/ebuild-vars.tex
@@ -24,7 +24,7 @@ variable data.
\label{sec:mandatory-vars}
All ebuilds must define at least the following variables:
-
+\nobreakpar
\begin{description}
\item[DESCRIPTION] A short human-readable description of the package's purpose. May be defined by an
eclass. Must not be empty.
@@ -44,7 +44,7 @@ All ebuilds must define at least the following variables:
\label{sec:optional-vars}
Ebuilds may define any of the following variables:
-
+\nobreakpar
\begin{description}
\item[EAPI] The EAPI\@. See below in section~\ref{sec:eapi}.
\item[HOMEPAGE] The URI or URIs for a package's homepage, including protocols.
@@ -220,7 +220,7 @@ It is an error for a flag to be used if it is not included in \t{IUSE_EFFECTIVE}
\label{sec:properties}
The following tokens are permitted inside \t{PROPERTIES}:
-
+\nobreakpar
\begin{description}
\item[interactive] The package may require interaction with the user via the tty.
\item[live] The package uses ``live'' source code that may vary each time that the package is
@@ -233,7 +233,7 @@ Package managers may recognise other tokens. Ebuilds may not rely upon any token
\label{sec:restrict}
The following tokens are permitted inside \t{RESTRICT}:
-
+\nobreakpar
\begin{description}
\item[mirror] The package's \t{SRC_URI} entries may not be mirrored, and mirrors should not be
checked when fetching.