Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms:master commit in: /
Date: Sun, 25 Apr 2021 20:39:26
Message-Id: 1618473642.df255447c59ccff0873134ff58ef629d91a0a715.ulm@gentoo
1 commit: df255447c59ccff0873134ff58ef629d91a0a715
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 15 08:00:42 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 15 08:00:42 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=df255447
7
8 ebuild-env-vars.tex: Clarify wording for profile IUSE injection
9
10 Subsume IUSE_REFERENCEABLE and IUSE_EFFECTIVE under a single
11 conditional, which will clarify that these variables are equal if the
12 feature is supported.
13
14 Also the profile-iuse-inject featurelabel was misplaced (it didn't
15 cover IUSE_REFERENCEABLE).
16
17 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
18
19 ebuild-env-vars.tex | 11 ++++-------
20 1 file changed, 4 insertions(+), 7 deletions(-)
21
22 diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex
23 index 117a19d..2736423 100644
24 --- a/ebuild-env-vars.tex
25 +++ b/ebuild-env-vars.tex
26 @@ -375,12 +375,8 @@ In all cases, the values of \t{IUSE_REFERENCEABLE} and \t{IUSE_EFFECTIVE} are un
27 metadata generation.
28
29 For EAPIs listed in table~\ref{tab:profile-iuse-injection-table} as not supporting profile defined
30 -\t{IUSE} injection, \t{IUSE_REFERENCEABLE} is equal to the calculated \t{IUSE} value. For EAPIs
31 -where profile defined \t{IUSE} injection is supported, \t{IUSE_REFERENCEABLE} is equal to
32 -\t{IUSE_EFFECTIVE}.
33 -
34 -For EAPIs listed in table~\ref{tab:profile-iuse-injection-table} as not supporting profile defined
35 -\t{IUSE} injection, \t{IUSE_EFFECTIVE} contains the following values:
36 +\t{IUSE} injection, \t{IUSE_REFERENCEABLE} is equal to the calculated \t{IUSE} value, and
37 +\t{IUSE_EFFECTIVE} contains the following values:
38
39 \begin{compactitem}
40 \item All values in the calculated \t{IUSE} value.
41 @@ -390,7 +386,8 @@ For EAPIs listed in table~\ref{tab:profile-iuse-injection-table} as not supporti
42 \end{compactitem}
43
44 \featurelabel{profile-iuse-inject} For EAPIs listed in table~\ref{tab:profile-iuse-injection-table}
45 -as supporting profile defined \t{IUSE} injection, \t{IUSE_EFFECTIVE} contains the following values:
46 +as supporting profile defined \t{IUSE} injection, \t{IUSE_REFERENCEABLE} and \t{IUSE_EFFECTIVE}
47 +are equal and contain the following values:
48
49 \begin{compactitem}
50 \item All values in the calculated \t{IUSE} value.