commit: d4b6ed77a377ee0756d5def11e8ef1b5eccd2269
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 13 17:41:32 2025 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Jan 13 17:41:32 2025 +0000
URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=d4b6ed77
profile-variables.tex: USE_EXPAND_VALUES_* are handled specially
This is merely a clarification; section 11.1.1 "USE and IUSE handling"
already says that the package manager interprets these variables.
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
profile-variables.tex | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/profile-variables.tex b/profile-variables.tex
index f1c03de..80a1a48 100644
--- a/profile-variables.tex
+++ b/profile-variables.tex
@@ -95,8 +95,13 @@ The following variables have specific meanings when set in
profiles.
\end{description}
In addition, for EAPIs listed in table~\ref{tab:profile-iuse-injection-table}
as supporting profile
-defined \t{IUSE} injection, the variables named in \t{USE_EXPAND} and
\t{USE_EXPAND_UNPREFIXED}
-have special handling as described in section~\ref{sec:use-iuse-handling}.
+defined \t{IUSE} injection, the following variables have special handling as
described in
+section~\ref{sec:use-iuse-handling}:
+\begin{compactitem}
+\item All variables named in \t{USE_EXPAND} and \t{USE_EXPAND_UNPREFIXED}.
+\item All \t{USE_EXPAND_VALUES_\$\{v\}} variables, where \t{\$\{v\}} is a
value in
+ \t{USE_EXPAND_IMPLICIT}.
+\end{compactitem}
Any other variables set in \t{make.defaults} must be passed on into the ebuild
environment as-is,
and are not required to be interpreted by the package manager.