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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 91F031581F3 for ; Mon, 2 Dec 2024 23:15:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4823E07B3; Mon, 2 Dec 2024 23:15:13 +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 EA8F8E07B3 for ; Mon, 2 Dec 2024 23:15:12 +0000 (UTC) From: =?UTF-8?q?Ulrich=20M=C3=BCller?= To: gentoo-pms@lists.gentoo.org Cc: =?UTF-8?q?Ulrich=20M=C3=BCller?= Subject: [gentoo-pms] [PATCH] Clarify that USE_EXPAND variables are exported Date: Tue, 3 Dec 2024 00:14:37 +0100 Message-ID: <20241202231451.1108-1-ulm@gentoo.org> X-Mailer: git-send-email 2.47.1 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Package Manager Specification discussions X-BeenThere: gentoo-pms@gentoo.org X-BeenThere: gentoo-pms@lists.gentoo.org Reply-To: gentoo-pms@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Archives-Salt: 34064327-634b-436d-9a69-1d024a3a45f2 X-Archives-Hash: 4eb81ed8b09e72b6c57e2e598c5a5b5d Closes: https://bugs.gentoo.org/945538 Signed-off-by: Ulrich Müller --- profile-variables.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/profile-variables.tex b/profile-variables.tex index 9f86e80..f1c03de 100644 --- a/profile-variables.tex +++ b/profile-variables.tex @@ -78,9 +78,9 @@ The following variables have specific meanings when set in profiles. configuration file protection. Described more fully in section~\ref{sec:config-protect}. \item[USE] Defines the list of default USE flags for this profile. Flags may be added or removed by the user's configuration. \t{USE_EXPAND} values must not be specified in this way. -\item[USE_EXPAND] Defines a list of variables which are to be treated incrementally and whose - contents are to be expanded into the USE variable as passed to ebuilds. See - section~\ref{sec:use-iuse-handling} for details. +\item[USE_EXPAND] Defines a list of variables which are to be treated incrementally, exported to + the ebuild environment, and whose contents are to be expanded into the USE variable as passed + to ebuilds. See section~\ref{sec:use-iuse-handling} for details. \item[USE_EXPAND_UNPREFIXED] Similar to \t{USE_EXPAND}, but no prefix is used. If the repository contains any package using an EAPI supporting profile-defined \t{IUSE} injection (see table~\ref{tab:profile-iuse-injection-table}), this list must contain at least \t{ARCH}\@. -- 2.47.1