diff options
author | Paul Varner <fuzzyray@gentoo.org> | 2013-01-17 16:36:07 -0600 |
---|---|---|
committer | Paul Varner <fuzzyray@gentoo.org> | 2013-01-17 16:36:07 -0600 |
commit | 4386dfd32cf794e2dc42b0d0e68ede9341655217 (patch) | |
tree | 84c3bd8b0fa83425bd11a1504d819d05d8511fa7 /man/revdep-rebuild.1 | |
parent | Add REVDEP_DEFAULT_OPTS variable to allow overriding of EMERGE_DEFAULT_OPTS f... (diff) | |
download | gentoolkit-4386dfd32cf794e2dc42b0d0e68ede9341655217.tar.gz gentoolkit-4386dfd32cf794e2dc42b0d0e68ede9341655217.tar.bz2 gentoolkit-4386dfd32cf794e2dc42b0d0e68ede9341655217.zip |
Change behavior and name of REVDEP_DEFAULT_OPTS variable.
* Changed name to REVDEP_REBUILD_DEFAULTS_OPTS
* Change behavior to have it replace the value of
EMERGE_DEFAULT_OPTS.
Diffstat (limited to 'man/revdep-rebuild.1')
-rw-r--r-- | man/revdep-rebuild.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/revdep-rebuild.1 b/man/revdep-rebuild.1 index 70cead1..d2d2d58 100644 --- a/man/revdep-rebuild.1 +++ b/man/revdep-rebuild.1 @@ -72,9 +72,9 @@ While a user can edit and modify the files in the /etc/revdep\-rebuild directory An entry of "\-*" means to clear the variable from that point forward. Example: SEARCH_DIRS="/usr/bin \-*" will set SEARCH_DIRS to contain only /usr/bin -REVDEP_DEFAULT_OPTS \- List of default emerge options for revdep-rebuild +REVDEP_REBUILD_DEFAULT_OPTS \- List of default emerge options for revdep-rebuild -The REVDEP_DEFAULT_OPTS variable can be used to override EMERGE_DEFAULT_OPTIONS and to default emerge options to revdep\-rebuild. This variable is appended to the values of EMERGE_DEFAULT_OPTIONS and can still be overridden by command line options. Please note that this variable is only for options to pass to emerge and not options for revdep\-rebuild itself. +The REVDEP_REBUILD_DEFAULT_OPTS variable can be used to override EMERGE_DEFAULT_OPTS for revdep\-rebuild. This variable replaces the values of EMERGE_DEFAULT_OPTS and can still be overridden by command line options. Please note that this variable is only for options to pass to emerge and not options for revdep\-rebuild itself. revdep\-rebuild honors the NOCOLOR and PORTAGE_NICENESS variables from /etc/make.conf .SH "EXAMPLES" |