From 7bc679e4d730543f31cc928d66d3ceeb98f686e6 Mon Sep 17 00:00:00 2001 From: Paul Varner Date: Mon, 14 Jan 2013 16:12:29 -0600 Subject: Add REVDEP_DEFAULT_OPTS variable to allow overriding of EMERGE_DEFAULT_OPTS for revdep-rebuild. --- man/revdep-rebuild.1 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'man') 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: -- cgit v1.2.3