Jeremy Olexa <darkside@g.o> for the suggestion.
svn path=/main/trunk/; revision=14533
merging the packages. This comes with the caveat that all build-time
dependencies must already be emerged on the system.
.TP
+.BR "\-\-changed\-use"
+This is an alias for \fB\-\-reinstall=changed\-use\fR.
+.TP
.BR "\-\-changelog " (\fB\-l\fR)
Use this in conjunction with the \fB\-\-pretend\fR option. This will
show the ChangeLog entries for all the packages that will be upgraded.
print(" must not exist for the desired package as they cannot be used if")
print(" they do not exist on the system.")
print()
+ print(" " + green("--changed-use"))
+ desc = "This is an alias for --reinstall=changed-use."
+ for line in wrap(desc, desc_width):
+ print(desc_indent + line)
+ print()
print(" "+green("--changelog")+" ("+green("-l")+" short option)")
print(" When pretending, also display the ChangeLog entries for packages")
print(" that will be upgraded.")
options=[
"--ask", "--alphabetical",
"--buildpkg", "--buildpkgonly",
+"--changed-use",
"--changelog", "--columns",
"--debug",
"--digest",
myoptions, myargs = parser.parse_args(args=tmpcmdline)
+ if myoptions.changed_use is not None:
+ myoptions.reinstall = "changed-use"
+ myoptions.changed_use = None
+
if myoptions.deselect == "True":
myoptions.deselect = True