summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-08-01 19:58:52 +0000
committerZac Medico <zmedico@gentoo.org>2009-08-01 19:58:52 +0000
commit45e21cba91318dd00b93aebfeafe86e4e836743a (patch)
treed263ebf26c7194767c931476b744dcd03e958bea /man/emerge.1
parentAdd support for --complete-graph=n so that it's possible to disable it on (diff)
downloadportage-idfetch-45e21cba91318dd00b93aebfeafe86e4e836743a.tar.gz
portage-idfetch-45e21cba91318dd00b93aebfeafe86e4e836743a.tar.bz2
portage-idfetch-45e21cba91318dd00b93aebfeafe86e4e836743a.zip
Add support for --usepkg=n so that it's possible to disable it on
the command line after it's been enabled in EMERGE_DEFAULT_OPTS. Also do the same for --usepkgonly, --getbinpkg, and --getbinpkgonly. svn path=/main/trunk/; revision=13873
Diffstat (limited to 'man/emerge.1')
-rw-r--r--man/emerge.18
1 files changed, 4 insertions, 4 deletions
diff --git a/man/emerge.1 b/man/emerge.1
index 45cf9515..47d1efaf 100644
--- a/man/emerge.1
+++ b/man/emerge.1
@@ -324,14 +324,14 @@ packages (fetch things from SRC_URI based upon USE setting).
Instead of doing any package building, just perform fetches for all
packages (fetch everything in SRC_URI regardless of USE setting).
.TP
-.BR "\-\-getbinpkg " (\fB\-g\fR)
+.BR "\-\-getbinpkg[=n] " (\fB\-g\fR)
Using the server and location defined in \fIPORTAGE_BINHOST\fR (see
\fBmake.conf\fR(5)), portage will download the information from each binary
package found and it will use that information to help build the dependency
list. This option implies \fB\-k\fR. (Use \fB\-gK\fR for binary\-only
merging.)
.TP
-.BR "\-\-getbinpkgonly " (\fB\-G\fR)
+.BR "\-\-getbinpkgonly[=n] " (\fB\-G\fR)
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
@@ -462,13 +462,13 @@ Shows the dependency tree for the given target by indenting dependencies.
This is only really useful in combination with \fB\-\-emptytree\fR or
\fB\-\-update\fR and \fB\-\-deep\fR.
.TP
-.BR "\-\-usepkg " (\fB\-k\fR)
+.BR "\-\-usepkg[=n] " (\fB\-k\fR)
Tells emerge to use binary packages (from $PKGDIR) if they are available, thus
possibly avoiding some time\-consuming compiles. This option is useful for CD
installs; you can export PKGDIR=/mnt/cdrom/packages and then use this option to
have emerge "pull" binary packages from the CD in order to satisfy dependencies.
.TP
-.BR "\-\-usepkgonly " (\fB\-K\fR)
+.BR "\-\-usepkgonly[=n] " (\fB\-K\fR)
Tells emerge to only use binary packages (from $PKGDIR). All the binary
packages must be available at the time of dependency calculation or emerge
will simply abort. Portage does not use $PORTDIR when calculating dependency