aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGöktürk Yüksek <gokturk@binghamton.edu>2016-05-04 04:09:00 -0400
committerGöktürk Yüksek <gokturk@binghamton.edu>2016-05-04 05:08:15 -0400
commitd24b59bd14a563baeb99b8465e4cc3e9b4d22d2b (patch)
treebf624ad8ef06e86b38b99b86443028fe79255a05
parentebuild-maintenance: fix the link to the bugzilla advanced search tab #539630 (diff)
downloaddevmanual-d24b59bd.tar.gz
devmanual-d24b59bd.tar.bz2
devmanual-d24b59bd.zip
ebuild-writing/variables: add HOME to the list of read-only variables
Per PMS Section 11.1 [0], HOME is a read-only environment variable. [0] https://dev.gentoo.org/~ulm/pms/head/pms.html#x1-11900011.1 Signed-off-by: Göktürk Yüksek <gokturk@binghamton.edu>
-rw-r--r--ebuild-writing/variables/text.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/ebuild-writing/variables/text.xml b/ebuild-writing/variables/text.xml
index a9671de..ef15347 100644
--- a/ebuild-writing/variables/text.xml
+++ b/ebuild-writing/variables/text.xml
@@ -90,6 +90,14 @@ them.
</ti>
</tr>
<tr>
+ <ti><c>HOME</c></ti>
+ <ti>
+ Path to a temporary directory for use by any programs invoked by
+ an ebuild that may read or modify the home directory. Value:
+ <c>"${PORTAGE_BUILDDIR}/homedir"</c>.
+ </ti>
+ </tr>
+ <tr>
<ti><c>ROOT</c></ti>
<ti>
Path to the root directory. When not using <c>${D}</c>,