diff options
author | Paul Varner <fuzzyray@gentoo.org> | 2013-01-14 16:12:29 -0600 |
---|---|---|
committer | Paul Varner <fuzzyray@gentoo.org> | 2013-01-14 16:49:22 -0600 |
commit | 7bc679e4d730543f31cc928d66d3ceeb98f686e6 (patch) | |
tree | 8afaee6f75ac3663de6f890be10474c67b28af00 /man | |
parent | Fix regular expression queries to work properly. (Bug 447406) (diff) | |
download | gentoolkit-7bc679e4d730543f31cc928d66d3ceeb98f686e6.tar.gz gentoolkit-7bc679e4d730543f31cc928d66d3ceeb98f686e6.tar.bz2 gentoolkit-7bc679e4d730543f31cc928d66d3ceeb98f686e6.zip |
Add REVDEP_DEFAULT_OPTS variable to allow overriding of EMERGE_DEFAULT_OPTS for revdep-rebuild.
Diffstat (limited to 'man')
-rw-r--r-- | man/revdep-rebuild.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/revdep-rebuild.1 b/man/revdep-rebuild.1 index 98aa560..70cead1 100644 --- a/man/revdep-rebuild.1 +++ b/man/revdep-rebuild.1 @@ -72,6 +72,10 @@ 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 + +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. + revdep\-rebuild honors the NOCOLOR and PORTAGE_NICENESS variables from /etc/make.conf .SH "EXAMPLES" It is recommended that when running revdep\-rebuild that the following command be used initially: |