summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-12-12 00:04:21 +0000
committerZac Medico <zmedico@gentoo.org>2008-12-12 00:04:21 +0000
commita6fc3b46fc9d282e78c873f947416479257af364 (patch)
treef3e1e89ac2b69b58228635e65869aed5f6a6c616 /man
parentDon't warn about missing repo_name for $PORTDIR when it happens to be empty. (diff)
downloadportage-multirepo-a6fc3b46fc9d282e78c873f947416479257af364.tar.gz
portage-multirepo-a6fc3b46fc9d282e78c873f947416479257af364.tar.bz2
portage-multirepo-a6fc3b46fc9d282e78c873f947416479257af364.zip
Fix --getbinpkgonly behavior so that binaries from the remote server are
preferred over local packages if they are not identical. Thanks to Lance Albertson <ramereth@g.o> for reporting. svn path=/main/trunk/; revision=12207
Diffstat (limited to 'man')
-rw-r--r--man/emerge.16
1 files changed, 2 insertions, 4 deletions
diff --git a/man/emerge.1 b/man/emerge.1
index f113ebd3..4dc8f587 100644
--- a/man/emerge.1
+++ b/man/emerge.1
@@ -320,10 +320,8 @@ list. This option implies \fB\-k\fR. (Use \fB\-gK\fR for binary\-only
merging.)
.TP
.BR "\-\-getbinpkgonly " (\fB\-G\fR)
-This option is identical to \fB\-g\fR, as above, except it will not use ANY
-information from the local machine. All binaries will be downloaded from the
-remote server without consulting packages existing in the local packages
-directory.
+This option is identical to \fB\-g\fR, as above, except binaries from the
+remote server are preferred over local packages if they are not identical.
.TP
.BR "\-\-ignore-default-opts"
Causes \fIEMERGE_DEFAULT_OPTS\fR (see \fBmake.conf\fR(5)) to be ignored.