summaryrefslogtreecommitdiffstats
path: root/man/emerge.1
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-07-07 08:52:08 +0000
committerZac Medico <zmedico@gentoo.org>2009-07-07 08:52:08 +0000
commitf2b84992e811bfa6c87ccb334ed6399f2ed6c074 (patch)
treeedc51197c6a88d5cdadaa0640552d0e944214cf5 /man/emerge.1
parent317ec856890cfca41c4655dd638e5804ce50b95c (diff)
downloadportage-f2b84992e811bfa6c87ccb334ed6399f2ed6c074.tar.gz
portage-f2b84992e811bfa6c87ccb334ed6399f2ed6c074.tar.bz2
portage-f2b84992e811bfa6c87ccb334ed6399f2ed6c074.zip
Bug #276866 - --binpkg-respect-use < y | n >
Tells emerge to ignore binary packages if their use flags don't match the current configuration. (default: ´n´) Thanks to Sebastian Mingramm (few) <s.mingramm@gmx.de> for this patch (small tweaks by me). svn path=/main/trunk/; revision=13802
Diffstat (limited to 'man/emerge.1')
-rw-r--r--man/emerge.14
1 files changed, 4 insertions, 0 deletions
diff --git a/man/emerge.1 b/man/emerge.1
index 615ad5e82..b533857bb 100644
--- a/man/emerge.1
+++ b/man/emerge.1
@@ -249,6 +249,10 @@ it is interpreted as acceptance of the first choice. Note that the input
buffer is not cleared prior to the prompt, so an accidental press of the
"Enter" key at any time prior to the prompt will be interpreted as a choice!\fR
.TP
+.BR "\-\-binpkg\-respect\-use < y | n >"
+Tells emerge to ignore binary packages if their use flags
+don't match the current configuration. (default: \'n\')
+.TP
.BR "\-\-buildpkg " (\fB\-b\fR)
Tells emerge to build binary packages for all ebuilds processed in
addition to actually merging the packages. Useful for maintainers