summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-09-17 15:01:04 -0700
committerZac Medico <zmedico@gentoo.org>2010-09-17 15:01:04 -0700
commita6847096d5e4140cca468c26d78366abf8467184 (patch)
tree0961ac73bdae63d84365a31ef261c0540cba9c54
parent2ff60644d31d36bd5238040adfad65427d1729ea (diff)
downloadportage-a6847096d5e4140cca468c26d78366abf8467184.tar.gz
portage-a6847096d5e4140cca468c26d78366abf8467184.tar.bz2
portage-a6847096d5e4140cca468c26d78366abf8467184.zip
Update emerge --autounmask docs to indicate support for LICENSE
masks.
-rw-r--r--man/emerge.14
-rw-r--r--pym/_emerge/help.py4
2 files changed, 4 insertions, 4 deletions
diff --git a/man/emerge.1 b/man/emerge.1
index 9caca445c..45a7c8486 100644
--- a/man/emerge.1
+++ b/man/emerge.1
@@ -291,8 +291,8 @@ after the merge list and emerge will immediately
abort. If the displayed configuration changes are
satisfactory, you should copy and paste them into
the specified configuration file(s). Currently,
-this only works for unstable KEYWORDS masks and
-package.use settings.
+this only works for unstable KEYWORDS masks,
+LICENSE masks, and package.use settings.
.TP
.BR \-\-backtrack=COUNT
Specifies an integer number of times to backtrack if
diff --git a/pym/_emerge/help.py b/pym/_emerge/help.py
index b0d91c8c5..ce494ffd5 100644
--- a/pym/_emerge/help.py
+++ b/pym/_emerge/help.py
@@ -306,8 +306,8 @@ def help(myopts, havecolor=1):
"abort. If the displayed configuration changes are " + \
"satisfactory, you should copy and paste them into " + \
"the specified configuration file(s). Currently, " + \
- "this only works for unstable KEYWORDS masks and " + \
- "package.use settings."
+ "this only works for unstable KEYWORDS masks, " + \
+ "LICENSE masks, and package.use settings."
for line in wrap(desc, desc_width):
print(desc_indent + line)
print()