diff options
author | Sebastian Luther <SebastianLuther@gmx.de> | 2010-04-29 07:54:17 +0200 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2010-04-29 05:54:01 -0700 |
commit | 87250d0cdfa74598f1564668cc446cd3ae1cf9a0 (patch) | |
tree | ffbaa9f1bc2c8d750d3aa5b80896e9b7f2f08a38 /man | |
parent | Fix typo from previous commit. (diff) | |
download | portage-idfetch-87250d0cdfa74598f1564668cc446cd3ae1cf9a0.tar.gz portage-idfetch-87250d0cdfa74598f1564668cc446cd3ae1cf9a0.tar.bz2 portage-idfetch-87250d0cdfa74598f1564668cc446cd3ae1cf9a0.zip |
Add --exclude option
Diffstat (limited to 'man')
-rw-r--r-- | man/emerge.1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/emerge.1 b/man/emerge.1 index f451e2f6..a0ba4b70 100644 --- a/man/emerge.1 +++ b/man/emerge.1 @@ -359,6 +359,11 @@ dependency tree, as though no packages are currently installed. You should run this with \fB\-\-pretend\fR first to make sure the result is what you expect. .TP +.BR "\-\-exclude " ATOMS +A comma separated list of package names or slot atoms. +Emerge won't install any ebuild or binary package that +matches any of the given package atoms. +.TP .BR "\-\-fail\-clean[=n]" Clean up temporary files after a build failure. This is particularly useful if you have \fBPORTAGE_TMPDIR\fR on |