diff options
author | Sebastian Engel <sighunter@gmx.de> | 2024-08-28 10:47:02 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-09-14 21:10:58 +0200 |
commit | ba3631b0b62ec1d9912a77ed68db8505328953bb (patch) | |
tree | b680bc8dc0a39fd81603afb66d8bf32af22ae4dd | |
parent | ebuild-writing/messages: Remove history lesson (diff) | |
download | devmanual-ba3631b0b62ec1d9912a77ed68db8505328953bb.tar.gz devmanual-ba3631b0b62ec1d9912a77ed68db8505328953bb.tar.bz2 devmanual-ba3631b0b62ec1d9912a77ed68db8505328953bb.zip |
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@gmx.de>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | general-concepts/portage-cache/text.xml | 3 |
1 files changed, 2 insertions, 1 deletions
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> |