From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1699222-garchives=archives.gentoo.org@lists.gentoo.org>
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 E96CA1581F0
	for <garchives@archives.gentoo.org>; Wed, 11 Dec 2024 19:40:02 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 18E09E0D53;
	Wed, 11 Dec 2024 19:40:02 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 00B6AE0D53
	for <gentoo-commits@lists.gentoo.org>; Wed, 11 Dec 2024 19:40:01 +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 3807E34316B
	for <gentoo-commits@lists.gentoo.org>; Wed, 11 Dec 2024 19:40:01 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id ABE9C1F7A
	for <gentoo-commits@lists.gentoo.org>; Wed, 11 Dec 2024 19:39:58 +0000 (UTC)
From: "Ulrich Müller" <ulm@gentoo.org>
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" <ulm@gentoo.org>
Message-ID: <1733186216.b99e81e2fbae616c2e4c73fe845be28572477489.ulm@gentoo>
Subject: [gentoo-commits] proj/pms:eapi-9 commit in: /
X-VCS-Repository: proj/pms
X-VCS-Files: profile-variables.tex
X-VCS-Directories: /
X-VCS-Committer: ulm
X-VCS-Committer-Name: Ulrich Müller
X-VCS-Revision: b99e81e2fbae616c2e4c73fe845be28572477489
X-VCS-Branch: eapi-9
Date: Wed, 11 Dec 2024 19:39:58 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 3c64ad79-49a3-44d0-b40e-73565a0c4dc9
X-Archives-Hash: 5a145799dc9d09ff816e79b5db79e911
Message-ID: <20241211193958.76rHQxgUN5c66rkIV3F8yAjH1OZt6kkdI7Hg7-KmGQY@z>

commit:     b99e81e2fbae616c2e4c73fe845be28572477489
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  2 23:13:53 2024 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Dec  3 00:36:56 2024 +0000
URL:        https://gitweb.gentoo.org/proj/pms.git/commit/?id=b99e81e2

Clarify that USE_EXPAND variables are exported

Closes: https://bugs.gentoo.org/945538
Reviewed-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 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}\@.