commit: eef4f8d6db3c4cd97c988e5ba4acc56259c8bf75
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 15 17:41:23 2025 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 15 17:41:23 2025 +0000
URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=eef4f8d6
profile-variables.tex: Clarify USE_EXPAND_IMPLICIT
USE_EXPAND_IMPLICIT is a subset of (USE_EXPAND ∪ USE_EXPAND_UNPREFIXED),
similar to USE_EXPAND_HIDDEN.
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
profile-variables.tex | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/profile-variables.tex b/profile-variables.tex
index 80a1a48..4b886e5 100644
--- a/profile-variables.tex
+++ b/profile-variables.tex
@@ -88,8 +88,9 @@ The following variables have specific meanings when set in
profiles.
\item[USE_EXPAND_HIDDEN] Contains a (possibly empty) subset of names from
\t{USE_EXPAND} and
\t{USE_EXPAND_UNPREFIXED}\@. The package manager may use this set as a
hint to avoid
displaying uninteresting or unhelpful information to an end user.
-\item[USE_EXPAND_IMPLICIT, IUSE_IMPLICIT] Used to inject implicit values into
\t{IUSE}\@. See
- section~\ref{sec:use-iuse-handling} for details.
+\item[USE_EXPAND_IMPLICIT, IUSE_IMPLICIT] Used to inject implicit values into
\t{IUSE}\@.
+ See section~\ref{sec:use-iuse-handling} for details.
\t{USE_EXPAND_IMPLICIT} contains a subset
+ of names from \t{USE_EXPAND} and \t{USE_EXPAND_UNPREFIXED}.
\item[ENV_UNSET] Contains a whitespace-delimited list of variables that the
package manager shall
unset. See section~\ref{sec:ebuild-env-vars} for details.
\end{description}