summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/help.py
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-10-19 03:37:16 +0000
committerZac Medico <zmedico@gentoo.org>2009-10-19 03:37:16 +0000
commit077024f43c3c482b2eb1c70e2e1ba414c9ffcff8 (patch)
treed2d180116e36789bdc65e8f389de70312a79b9b5 /pym/_emerge/help.py
parentd47feac9df36d524568f24e291123501117aab13 (diff)
downloadportage-077024f43c3c482b2eb1c70e2e1ba414c9ffcff8.tar.gz
portage-077024f43c3c482b2eb1c70e2e1ba414c9ffcff8.tar.bz2
portage-077024f43c3c482b2eb1c70e2e1ba414c9ffcff8.zip
Add a --use-ebuild-visibility option, for using unbuilt ebuild metadata
in visibility checks for built ebuilds. Thanks to Sebastian Mingramm (few) for reporting the problem and testing the patch. (trunk r14665) svn path=/main/branches/2.1.7/; revision=14685
Diffstat (limited to 'pym/_emerge/help.py')
-rw-r--r--pym/_emerge/help.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/pym/_emerge/help.py b/pym/_emerge/help.py
index 3f18b5429..bf8a7d526 100644
--- a/pym/_emerge/help.py
+++ b/pym/_emerge/help.py
@@ -535,6 +535,12 @@ def help(myopts, havecolor=1):
print(" a package's dependencies follow the package. Only really useful")
print(" in combination with --emptytree, --update or --deep.")
print()
+ print(" " + green("--use-ebuild-visibility") + "[=%s]" % turquoise("n"))
+ desc = "Use unbuilt ebuild metadata for visibility " + \
+ "checks on built packages."
+ for line in wrap(desc, desc_width):
+ print(desc_indent + line)
+ print()
print(" "+green("--usepkg")+ "[=%s]" % turquoise("n") + " ("+green("-k")+" short option)")
print(" Tell emerge to use binary packages (from $PKGDIR) if they are")
print(" available, thus possibly avoiding some time-consuming compiles.")