summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-02-18 07:07:41 +0000
committerZac Medico <zmedico@gentoo.org>2010-02-18 07:07:41 +0000
commit744b5b12943ba4dbe27a694250c8a5d390b6e5bc (patch)
tree097b22b5d402975d7745b39f1c25bd80262238c4 /man
parentAdd @rebuilt-binaries set which uses BUILD_TIME to pull in binary packages (diff)
downloadportage-idfetch-744b5b12943ba4dbe27a694250c8a5d390b6e5bc.tar.gz
portage-idfetch-744b5b12943ba4dbe27a694250c8a5d390b6e5bc.tar.bz2
portage-idfetch-744b5b12943ba4dbe27a694250c8a5d390b6e5bc.zip
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
Diffstat (limited to 'man')
-rw-r--r--man/emerge.17
1 files changed, 7 insertions, 0 deletions
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