commit:     b8b841f98e71f64a4fbf3a71008e2fb16eb26ac9
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 24 07:30:11 2014 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Mon Nov 24 07:30:11 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/zsh-completion.git;a=commit;h=b8b841f9

_gentoolkit: update euse option support

Add support for --info-installed, --remove, and --package.

---
 src/_gentoolkit | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/_gentoolkit b/src/_gentoolkit
index 7b04494..6283f1b 100644
--- a/src/_gentoolkit
+++ b/src/_gentoolkit
@@ -28,10 +28,13 @@ _euse () {
     {'(--help)-h','(-h)--help'}'[show help]'
     {'(--version)-v','(-v)--version'}'[show version]'
     {'(--info)-i','(-i)--info'}'[show descriptions for the given useflags]'
+    {'(--info-installed)-I','(-I)--info-installed'}'[show descriptions for the 
given useflags and their current impact on the installed system]'
     {'(--active)-a','(-a)--active'}'[show currently active useflags and their 
origin]'
     {'(--enable)-E','(-E)--enable'}'[enable the given useflags]'
     {'(--disable)-D','(-D)--disable'}'[disable the given useflags]'
+    {'(--remove)-R','(-R)--remove'}'[remove all references to the given flags 
from make.conf and package.use to revert to default settings]'
     {'(--prune)-P','(-P)--prune'}'[alias for --remove]'
+    {'(--package)-p','(-p)--package'}'[used with -E, -D, and -R to apply to a 
specific package only]'
   )
   suboptions_args=(
     {'(--global)-g','(-g)--global'}'[show only global use flags]'

Reply via email to