diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-08-20 03:56:46 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-08-20 03:56:46 +0000 |
commit | 4da69cda078cc21a1b9ed77fa0fdbe537b7761a7 (patch) | |
tree | 249af3aa0742c8e7324ccbd7c82470ca9da88728 | |
parent | forward port fixes from portage_2_0 branch (diff) | |
download | portage-cvs-4da69cda078cc21a1b9ed77fa0fdbe537b7761a7.tar.gz portage-cvs-4da69cda078cc21a1b9ed77fa0fdbe537b7761a7.tar.bz2 portage-cvs-4da69cda078cc21a1b9ed77fa0fdbe537b7761a7.zip |
update --usepkgonly info #79531
-rw-r--r-- | man/emerge.1 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/man/emerge.1 b/man/emerge.1 index ab8b9f0..5bf48c6 100644 --- a/man/emerge.1 +++ b/man/emerge.1 @@ -348,9 +348,10 @@ time\-consuming compiles. This option is useful for CD installs; you can export 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) -Behaves just as \fB\-\-usepkg\fR except that this will only emerge -binary packages. All the binary packages must be available at the -time of dependency calculation or emerge will simply abort. +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 +information so all masking information is ignored. .TP .BR "\-\-verbose " (\fB\-v\fR) Tell emerge to run in verbose mode. Currently this flag causes emerge to print out GNU info errors, if any, and to show the USE flags that will be used for each package when pretending. @@ -566,4 +567,4 @@ Mike Frysinger <vapier@gentoo.org> Marius Mauch <genone@gentoo.org> .br .SH "CVS HEADER" -$Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/man/emerge.1,v 1.72 2005/02/10 01:37:36 vapier Exp $ +$Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/man/emerge.1,v 1.73 2005/08/20 03:56:46 vapier Exp $ |