From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1710112-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 B2D0215813A
	for <garchives@archives.gentoo.org>; Fri, 17 Jan 2025 18:50:24 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id D1170E08E5;
	Fri, 17 Jan 2025 18:50:23 +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 B595DE08E5
	for <gentoo-commits@lists.gentoo.org>; Fri, 17 Jan 2025 18:50:23 +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 B7FFA343207
	for <gentoo-commits@lists.gentoo.org>; Fri, 17 Jan 2025 18:50:22 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 24C7A1D60
	for <gentoo-commits@lists.gentoo.org>; Fri, 17 Jan 2025 18:50:21 +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: <1736790092.d4b6ed77a377ee0756d5def11e8ef1b5eccd2269.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: d4b6ed77a377ee0756d5def11e8ef1b5eccd2269
X-VCS-Branch: master
Date: Fri, 17 Jan 2025 18:50:21 +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: aea26216-a655-421c-a86c-2918e5b1ed83
X-Archives-Hash: 0387ccbe4b03c3e1c21c63eaa21e71b3

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.


From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1710441-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 4A7E915813A
	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 86789E07D7;
	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 42D65E07D7
	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 4F4F1342F8C
	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 DEE9B97F
	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: <1736790092.d4b6ed77a377ee0756d5def11e8ef1b5eccd2269.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: d4b6ed77a377ee0756d5def11e8ef1b5eccd2269
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: 87424237-b185-4f0a-a067-e043531844d8
X-Archives-Hash: 7a97f78b53cab3a64b5f0cd6beca47b4
Message-ID: <20250118101838.J95r6plru1giXLXv-uPFwIxGl2qCMhDnpQykp6QKUh0@z>

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.