\fBmake.conf\fR(5).
.TP
.BR "\-\-newuse " (\fB\-N\fR)
-Tells emerge to include installed packages where USE flags have changed since
-compilation. USE flag changes include:
+Tells emerge to include installed packages where USE
+flags have changed since compilation. This option
+also implies the \fB\-\-selective\fR option.
+USE flag changes include:
A USE flag was added to a package.
A USE flag was removed from a package.
print(desc_indent + line)
print()
print(" "+green("--newuse")+" ("+green("-N")+" short option)")
- print(" Tells emerge to include installed packages where USE flags have ")
- print(" changed since installation.")
+ desc = "Tells emerge to include installed packages where USE " + \
+ "flags have changed since compilation. This option " + \
+ "also implies the --selective option."
+ for line in wrap(desc, desc_width):
+ print(desc_indent + line)
print()
print(" "+green("--noconfmem"))
print(" Portage keeps track of files that have been placed into")