summaryrefslogtreecommitdiffstats
path: root/man/emerge.1
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-07-10 15:45:12 -0700
committerZac Medico <zmedico@gentoo.org>2012-07-10 15:45:12 -0700
commitc42591b5d0484459837da28482f70fad9ff13824 (patch)
tree1f44082790e1e7fb0e1e2340eed0a7ef18ef0770 /man/emerge.1
parent8639e39d6c13306661261a3cb66c6827bcd2d26c (diff)
downloadportage-c42591b5d0484459837da28482f70fad9ff13824.tar.gz
portage-c42591b5d0484459837da28482f70fad9ff13824.tar.bz2
portage-c42591b5d0484459837da28482f70fad9ff13824.zip
emerge: add --complete-graph-if-new-use < y | n >
Trigger the --complete-graph behavior if USE or IUSE will change for an installed package. This option is enabled by default. This will fix bug #425558.
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 b45e41b5a..7aa46226c 100644
--- a/man/emerge.1
+++ b/man/emerge.1
@@ -396,6 +396,10 @@ be updated than would have otherwise been updated with the option disabled.
Using \fB\-\-with\-bdeps=y\fR together with \fB\-\-complete\-graph\fR makes
the graph as complete as possible.
.TP
+.BR "\-\-complete\-graph\-if\-new\-use < y | n >"
+Trigger the \fB\-\-complete\-graph\fR behavior if USE or IUSE will
+change for an installed package. This option is enabled by default.
+.TP
.BR "\-\-complete\-graph\-if\-new\-ver < y | n >"
Trigger the \fB\-\-complete\-graph\fR behavior if an installed package
version will change (upgrade or downgrade). This option is enabled by default.