Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 524426 | Differences between
and this patch

Collapse All | Expand All

(-)portage-2.2.14_rc1/man/emerge.1 (-1 / +1 lines)
Lines 399-405 Link Here
399
merging the packages.  This comes with the caveat that all build-time
399
merging the packages.  This comes with the caveat that all build-time
400
dependencies must already be emerged on the system.
400
dependencies must already be emerged on the system.
401
.TP
401
.TP
402
.BR "\-\-changed\-use"
402
.BR "\-\-changed\-use " (\fB\-R\fR)
403
Tells emerge to include installed packages where USE flags have
403
Tells emerge to include installed packages where USE flags have
404
changed since installation. This option also implies the
404
changed since installation. This option also implies the
405
\fB\-\-selective\fR option. Unlike \fB\-\-newuse\fR, the
405
\fB\-\-selective\fR option. Unlike \fB\-\-newuse\fR, the
(-)portage-2.2.14_rc1/pym/_emerge/main.py (-1 / +1 lines)
Lines 66-72 Link Here
66
"n":"--noreplace", "N":"--newuse",
66
"n":"--noreplace", "N":"--newuse",
67
"o":"--onlydeps",  "O":"--nodeps",
67
"o":"--onlydeps",  "O":"--nodeps",
68
"p":"--pretend",   "P":"--prune",
68
"p":"--pretend",   "P":"--prune",
69
"r":"--resume",
69
"r":"--resume",    "R":"--changed-use",
70
"s":"--search",    "S":"--searchdesc",
70
"s":"--search",    "S":"--searchdesc",
71
"t":"--tree",
71
"t":"--tree",
72
"u":"--update",
72
"u":"--update",

Return to bug 524426