From b8b841f98e71f64a4fbf3a71008e2fb16eb26ac9 Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Sun, 23 Nov 2014 23:30:11 -0800 Subject: _gentoolkit: update euse option support Add support for --info-installed, --remove, and --package. --- src/_gentoolkit | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/_gentoolkit') 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]' -- cgit v1.2.3-65-gdbad