commit: 7fde47696b589321e518ba389221634b8bb2dbb5
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 28 19:45:57 2014 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Fri Mar 28 19:46:18 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/zsh-completion.git;a=commit;h=7fde4769
_portage_utils: update qcheck options
---
_portage_utils | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/_portage_utils b/_portage_utils
index 5c0791d..ae2d3ec 100644
--- a/_portage_utils
+++ b/_portage_utils
@@ -42,7 +42,15 @@ case $service in
qcheck)
_arguments -s $common_args \
{'(--all)-a','(-a)--all'}'[List all packages]' \
- {'(--update)-u','(-u)--update'}'[Update chksum and
mtimes for packages]' \
+ {'(--exact)-e','(-e)--exact'}'[Exact match (only CAT/PN
or PN without PV)]' \
+ {'(--skip)-s','(-s)--skip'}'[Ignore files matching
regular expression]:regex' \
+ {'(--update)-u','(-u)--update'}'[Update missing files,
chksum and mtimes for packages]' \
+ {'(--noafk)-A','(-A)--noafk'}'[Ignore missing files]' \
+ {'(--badonly)-B','(-B)--badonly'}'[Only print pkgs
containing bad files]' \
+ {'(--nohash)-H','(-H)--nohash'}'[Ignore
differing/unknown file chksums]' \
+ {'(--nomtime)-T','(-T)--nomtime'}'[Ignore differing
file mtimes]' \
+ '--skip-protected[Ignore files in CONFIG_PROTECT-ed
paths]' \
+ {'(--prelink)-p','(-p)--prelink'}'[Undo prelink when
calculating checksums]' \
'*:packages:_gentoo_packages installed'
;;
qdepends)