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 2B7E713835A for ; Wed, 19 May 2021 15:38:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F0C8E0871; Wed, 19 May 2021 15:38:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3B108E0871 for ; Wed, 19 May 2021 15:38:48 +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 F3642335C02 for ; Wed, 19 May 2021 15:38:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC12A787 for ; Wed, 19 May 2021 15:38:45 +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: <1621366992.8d1a1d7c5f261f2c391b4a836251a537ba32f71f.ulm@gentoo> Subject: [gentoo-commits] proj/pms:eapi-8 commit in: / X-VCS-Repository: proj/pms X-VCS-Files: ebuild-env-invariancy.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 8d1a1d7c5f261f2c391b4a836251a537ba32f71f X-VCS-Branch: eapi-8 Date: Wed, 19 May 2021 15:38:45 +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: 6ba6763c-a3d1-43a7-9cc1-51ee16d37f13 X-Archives-Hash: df3bbe6e932c13d4e281286b621810cc commit: 8d1a1d7c5f261f2c391b4a836251a537ba32f71f Author: Ulrich Müller gentoo org> AuthorDate: Tue May 18 19:43:12 2021 +0000 Commit: Ulrich Müller gentoo 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 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.