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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4F66D1581D3 for ; Sun, 2 Jun 2024 09:57:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9902BE2AF2; Sun, 2 Jun 2024 09:57:37 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 822F4E2AF3 for ; Sun, 2 Jun 2024 09:57:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C322F340775 for ; Sun, 2 Jun 2024 09:57:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 284D81C06 for ; Sun, 2 Jun 2024 09:57:34 +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: <1691428096.f336f16ab8ab80d77cfb626eb2935eacda8bb596.ulm@gentoo> Subject: [gentoo-commits] proj/pms:eapi-9 commit in: / X-VCS-Repository: proj/pms X-VCS-Files: ebuild-env-vars.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: f336f16ab8ab80d77cfb626eb2935eacda8bb596 X-VCS-Branch: eapi-9 Date: Sun, 2 Jun 2024 09:57:34 +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: 2836e8d8-679b-4c9f-83fa-19cab7497daa X-Archives-Hash: 079f6f6d5b222413bbff96eba5b45c68 Message-ID: <20240602095734.CzXGspMWMDStzpEZHrGw7bIHceFF9sEFUeVhA8rUuHU@z> commit: f336f16ab8ab80d77cfb626eb2935eacda8bb596 Author: Ulrich Müller gentoo org> AuthorDate: Thu Aug 3 16:22:33 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Aug 7 17:08:16 2023 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=f336f16a ebuild-env-vars.tex: Variables may not be meaningful in global scope Signed-off-by: Ulrich Müller gentoo.org> ebuild-env-vars.tex | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex index 6046e1f..5fe72dc 100644 --- a/ebuild-env-vars.tex +++ b/ebuild-env-vars.tex @@ -2,8 +2,9 @@ \label{sec:ebuild-env-vars} The package manager must define the following environment variables. Not all variables are -meaningful in all phases; variables that are not meaningful in a given phase may be unset or set to -any value. Ebuilds must not attempt to modify any of these variables, unless otherwise specified. +universally meaningful; variables that are not meaningful in a given phase or in global scope may +be unset or set to any value. Ebuilds must not attempt to modify any of these variables, unless +otherwise specified. Because of their special meanings, these variables may not be preserved consistently across all phases as would normally happen due to environment saving (see section~\ref{sec:ebuild-env-state}).