From 744b5b12943ba4dbe27a694250c8a5d390b6e5bc Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 18 Feb 2010 07:07:41 +0000 Subject: Add a --rebuilt-binaries[=n] option, causing automatic replacement of installed packages with binary packages that have been rebuilt. Rebuilds are detected by comparison of BUILD_TIME package metadata. This option is enabled automatically when using binary packages, so rebuilt binaries are installed with a user's typical update command. This isn't possible with the existing @rebuild-binaries package set since that only works with --selective=n and therefore can't be used with a typical world update. The package set framework should support this type of behavior sometime in the future. svn path=/main/trunk/; revision=15364 --- man/emerge.1 | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'man/emerge.1') diff --git a/man/emerge.1 b/man/emerge.1 index 47149061..6c2727de 100644 --- a/man/emerge.1 +++ b/man/emerge.1 @@ -477,6 +477,13 @@ output from portage's displays. Redirect all build output to logs alone, and do not display it on stdout. .TP +.BR "\-\-rebuilt\-binaries[=n]" +Replace installed packages with binary packages that have +been rebuilt. Rebuilds are detected by comparison of +BUILD_TIME package metadata. This option is enabled +automatically when using binary packages (see +\fB\-\-usepkg\fR and \fB\-\-getbinpkg\fR). +.TP .BR "\-\-reinstall changed\-use" Tells emerge to include installed packages where USE flags have changed since installation. Unlike \fB\-\-newuse\fR, this option does -- cgit v1.2.3-18-g5258