From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1710440-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 29C2015813A
	for <garchives@archives.gentoo.org>; Sat, 18 Jan 2025 10:18:20 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 5F2DFE07D7;
	Sat, 18 Jan 2025 10:18:19 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.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 327F1E07D7
	for <gentoo-commits@lists.gentoo.org>; Sat, 18 Jan 2025 10:18:15 +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) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id CE3E5341214
	for <gentoo-commits@lists.gentoo.org>; Sat, 18 Jan 2025 10:18:10 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 31F9197F
	for <gentoo-commits@lists.gentoo.org>; Sat, 18 Jan 2025 10:18:09 +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: <1736962883.eef4f8d6db3c4cd97c988e5ba4acc56259c8bf75.ulm@gentoo>
Subject: [gentoo-commits] proj/pms:master 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: eef4f8d6db3c4cd97c988e5ba4acc56259c8bf75
X-VCS-Branch: master
Date: Sat, 18 Jan 2025 10:18:09 +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: f3ee740d-ec06-497d-9c76-7a3b985f2b0d
X-Archives-Hash: b8f6c3472174a8f745892fdd29de589d

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}


From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1710442-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 641041581F0
	for <garchives@archives.gentoo.org>; Sat, 18 Jan 2025 10:18:42 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 8D1D5E07E1;
	Sat, 18 Jan 2025 10:18:41 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(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 65917E07E1
	for <gentoo-commits@lists.gentoo.org>; Sat, 18 Jan 2025 10:18:41 +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 6A765342F8D
	for <gentoo-commits@lists.gentoo.org>; Sat, 18 Jan 2025 10:18:40 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id F25FC109C
	for <gentoo-commits@lists.gentoo.org>; Sat, 18 Jan 2025 10:18:38 +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: <1736962883.eef4f8d6db3c4cd97c988e5ba4acc56259c8bf75.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: eef4f8d6db3c4cd97c988e5ba4acc56259c8bf75
X-VCS-Branch: eapi-9
Date: Sat, 18 Jan 2025 10:18:38 +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: d0fc3ad1-fab4-4211-a94d-d955a270dc64
X-Archives-Hash: 323ef07c03b4e8c0bdeeeb222ca1aed1
Message-ID: <20250118101838.y6QRQryAjW9Qowp6h6p2dmupFkX86tj0CeeEJlX-gTw@z>

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}