diff options
| author | fuzzyray <fuzzyray@gentoo.org> | 2010-04-12 04:17:52 +0000 |
|---|---|---|
| committer | fuzzyray <fuzzyray@gentoo.org> | 2010-04-12 04:17:52 +0000 |
| commit | d3ff58be8584454d861ddf60ab22534942416b00 (patch) | |
| tree | 1f6fe9bb343845a164a56a3321b496e7ea6f0e13 /pym | |
| parent | 139c622d4ca95eb219ea4657abb5f6dd0813377e (diff) | |
| download | gentoolkit-d3ff58be8584454d861ddf60ab22534942416b00.tar.gz | |
Document --format option for equery
svn path=/trunk/gentoolkit/; revision=774
Diffstat (limited to 'pym')
| -rw-r--r-- | pym/gentoolkit/package.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pym/gentoolkit/package.py b/pym/gentoolkit/package.py index e88160f..4471d2d 100644 --- a/pym/gentoolkit/package.py +++ b/pym/gentoolkit/package.py @@ -34,9 +34,9 @@ __all__ = ( # Globals # ======= -FORMAT_TMPL_VARS = ( - '$location', '$mask', '$cp', '$cpv', '$category', '$name', '$version', '$revision', - '$fullversion', '$slot', '$repo' +FORMAT_TMPL_VARS = ( + '$location', '$mask', '$mask2', '$cp', '$cpv', '$category', '$name', + '$version', '$revision', '$fullversion', '$slot', '$repo' ) # ======= |
