emerge.1: cross-ref --newuse and --changed-use
authorZac Medico <zmedico@gentoo.org>
Sun, 13 Feb 2011 00:22:49 +0000 (16:22 -0800)
committerZac Medico <zmedico@gentoo.org>
Mon, 14 Feb 2011 04:25:28 +0000 (20:25 -0800)
This will fix bug #354437.

man/emerge.1
pym/_emerge/help.py

index 8ed874818d9a019f1f3945ae795e768444329709..63e68256b01ceb758df43a40e3304ba8e4886662 100644 (file)
@@ -439,7 +439,9 @@ A USE flag was turned on for a package.
 A USE flag was turned off for a package.
 
 USE flags may be toggled by your profile as well as your USE and package.use
-settings.
+settings. If you would like to skip rebuilds for which disabled flags have
+been added to or removed from IUSE, see the related
+\-\-reinstall=changed\-use option.
 .TP
 .BR "\-\-noconfmem"
 Causes portage to disregard merge records indicating that a config file
index ab8985d45533c3712530f9e7d714079107c5a724..6a1bae439ab91bbbd6aa898e49230d0a5b799d79 100644 (file)
@@ -508,7 +508,10 @@ def help(myopts, havecolor=1):
                print("       "+green("--newuse")+" ("+green("-N")+" short option)")
                desc = "Tells emerge to include installed packages where USE " + \
                        "flags have changed since compilation. This option " + \
-                       "also implies the --selective option."
+                       "also implies the --selective option. If you would " + \
+                       "like to skip rebuilds for which disabled flags have " + \
+                       "been added to or removed from IUSE, see the related " + \
+                       "--reinstall=changed-use option."
                for line in wrap(desc, desc_width):
                        print(desc_indent + line)
                print()