commit:     8d1a1d7c5f261f2c391b4a836251a537ba32f71f
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue May 18 19:43:12 2021 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue May 18 19:43:12 2021 +0000
URL:        https://gitweb.gentoo.org/proj/pms.git/commit/?id=8d1a1d7c

ebuild-env-invariancy.tex: Prevent an ugly page break

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 ebuild-env-invariancy.tex | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ebuild-env-invariancy.tex b/ebuild-env-invariancy.tex
index cc95a2b..4cd20cd 100644
--- a/ebuild-env-invariancy.tex
+++ b/ebuild-env-invariancy.tex
@@ -3,11 +3,13 @@
 For the sake of this section:
 
 \begin{compactitem}
+\begin{samepage}
 \item Variancy is any package manager action that modifies either
     \t{ROOT} or \t{/} in any way that isn't merely a simple addition of
     something that doesn't alter other packages. This includes any
     non-default call to any \t{pkg} phase function except \t{pkg_setup},
     a merge of any package or an unmerge of any package.
+\end{samepage}
 \item As an exception, changes to \t{DISTDIR} do not count as variancy.
 \item The \t{pkg_setup} function may be assumed not to introduce variancy.
     Thus, ebuilds must not perform variant actions in this phase.

Reply via email to