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