commit: ba3631b0b62ec1d9912a77ed68db8505328953bb Author: Sebastian Engel <sighunter <AT> gmx <DOT> de> AuthorDate: Wed Aug 28 08:47:02 2024 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sat Sep 14 19:10:58 2024 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=ba3631b0
g-c/portage-cache: Refine the allowed variables for conditional inherits Since the code example after the text uses PV to show allowed conditional inherits, the preceding text should also mention that PV is valid. Signed-off-by: Sebastian Engel <sighunter <AT> gmx.de> Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> general-concepts/portage-cache/text.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/general-concepts/portage-cache/text.xml b/general-concepts/portage-cache/text.xml index ad2b391..aaee0b9 100644 --- a/general-concepts/portage-cache/text.xml +++ b/general-concepts/portage-cache/text.xml @@ -58,7 +58,8 @@ fi Because eclasses modify various cached variables, conditional inheritance is not allowed except where the same results will always be obtained on every system. For example, inherits based upon <c>USE</c> flags are illegal, but inherits based -solely upon <c>PN</c> are allowed. +solely upon the unchanging variables (e.g. <c>PV</c>) mentioned above are +allowed. </p> <p>
