aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2010-09-22 21:33:43 +0000
committerfuzzyray <fuzzyray@gentoo.org>2010-09-22 21:33:43 +0000
commita22f5eb38d32eb1ad095c6c1cd2931aae0487baa (patch)
treecc1cccbb11629052f217ff79e490ab513e1c7848 /pym/gentoolkit/equery/__init__.py
parentMerge from genscripts r461: brian.dolbec (diff)
downloadgentoolkit-a22f5eb38d32eb1ad095c6c1cd2931aae0487baa.tar.gz
gentoolkit-a22f5eb38d32eb1ad095c6c1cd2931aae0487baa.tar.bz2
gentoolkit-a22f5eb38d32eb1ad095c6c1cd2931aae0487baa.zip
Merge from genscripts r446: brian.dolbec
fix the new has module description line. Merge from genscripts r442: brian.dolbec initial commit of a general purpose equery has module useable for nearly all the available vardb ENVIRONMENT data svn path=/trunk/gentoolkit/; revision=810
Diffstat (limited to 'pym/gentoolkit/equery/__init__.py')
-rw-r--r--pym/gentoolkit/equery/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pym/gentoolkit/equery/__init__.py b/pym/gentoolkit/equery/__init__.py
index 60ec161..be30ed8 100644
--- a/pym/gentoolkit/equery/__init__.py
+++ b/pym/gentoolkit/equery/__init__.py
@@ -54,6 +54,7 @@ NAME_MAP = {
'f': 'files',
'h': 'hasuse',
'l': 'list_',
+ 'a': 'has',
'm': 'meta',
's': 'size',
'u': 'uses',
@@ -91,6 +92,7 @@ def print_help(with_description=True):
(" (d)epends", "list all packages directly depending on ATOM"),
(" dep(g)raph", "display a tree of all dependencies for PKG"),
(" (f)iles", "list all files installed by PKG"),
+ (" h(a)s", "list all packages for matching ENVIRONMENT data stored in /var/db/pkg"),
(" (h)asuse", "list all packages that have USE flag"),
(" (l)ist", "list package matching PKG"),
(" (m)eta", "display metadata about PKG"),