diff options
author | André Erdmann <dywi@mailerd.de> | 2014-01-25 18:56:06 +0100 |
---|---|---|
committer | André Erdmann <dywi@mailerd.de> | 2014-01-25 18:56:06 +0100 |
commit | b986da4a2c2caec626eb6a4acd8850c305a6940f (patch) | |
tree | b82e6d5f404a7f1cc7b770361ed46fd9481d9fe6 /doc | |
parent | roverlay/core, default_helper_setup(): fix log_to_console (diff) | |
download | R_overlay-b986da4a2c2caec626eb6a4acd8850c305a6940f.tar.gz R_overlay-b986da4a2c2caec626eb6a4acd8850c305a6940f.tar.bz2 R_overlay-b986da4a2c2caec626eb6a4acd8850c305a6940f.zip |
hook environment: set PORTDIR
Diffstat (limited to 'doc')
-rw-r--r-- | doc/html/usage.html | 7 | ||||
-rw-r--r-- | doc/rst/usage.rst | 3 |
2 files changed, 9 insertions, 1 deletions
diff --git a/doc/html/usage.html b/doc/html/usage.html index acffffd..4a48388 100644 --- a/doc/html/usage.html +++ b/doc/html/usage.html @@ -2724,6 +2724,11 @@ the config file. An empty string sets the policy to <em>deny all</em>.</p> <td>all environment variables starting with LC_</td> </tr> +<tr><td>PORTDIR</td> +<td>config</td> +<td>path to the main portage tree +(<a class="reference internal" href="#portdir">PORTDIR</a>, optional)</td> +</tr> <tr><td>ROVERLAY_PHASE</td> <td>event</td> <td>event that caused the script to run</td> @@ -4969,7 +4974,7 @@ becomes "loop until resolver closes".</p> </div> <div class="footer"> <hr class="footer" /> -Generated on: 2013-11-14. +Generated on: 2014-01-25. </div> </body> diff --git a/doc/rst/usage.rst b/doc/rst/usage.rst index 15aa3c1..d70d951 100644 --- a/doc/rst/usage.rst +++ b/doc/rst/usage.rst @@ -2342,6 +2342,9 @@ the config file. An empty string sets the policy to *deny all*. | *LC_\** | os.environ | all environment variables starting | | | | with LC\_ | +----------------+-------------------+-----------------------------------------+ + | PORTDIR | config | path to the main portage tree | + | | | (`PORTDIR`_, optional) | + +----------------+-------------------+-----------------------------------------+ | ROVERLAY_PHASE | event | event that caused the script to run | +----------------+-------------------+-----------------------------------------+ | HAS_CHANGES | *internal* | a shbool (``y`` or ``n``) that | |