aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-10-18 08:29:59 +0000
committerZac Medico <zmedico@gentoo.org>2009-10-18 08:29:59 +0000
commit97d9ee9570e9c9cb6f56bc7898d15417bd02bfc0 (patch)
tree76fedba6863451d14ef9d83f73a08b1cd69caa7c /pym/_emerge/help.py
parentFix breakage in DEFINED_PHASES code. (diff)
downloadportage-97d9ee9570e9c9cb6f56bc7898d15417bd02bfc0.tar.gz
portage-97d9ee9570e9c9cb6f56bc7898d15417bd02bfc0.tar.bz2
portage-97d9ee9570e9c9cb6f56bc7898d15417bd02bfc0.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. svn path=/main/trunk/; revision=14665
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 bbeb2fb36..346d77712 100644
--- a/pym/_emerge/help.py
+++ b/pym/_emerge/help.py
@@ -538,6 +538,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.")