mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
fix #98
(update gentoo completions to reflect current portage files state) Signed-off-by: Vadim A. Misbakh-Soloviov <mva@mva.name>
This commit is contained in:
+2
-2
@@ -34,7 +34,7 @@
|
||||
# Authors
|
||||
# -------
|
||||
#
|
||||
# * Vadim A. Misbakh-Soloviev <mva@mva.name>
|
||||
# * Vadim A. Misbakh-Soloviov <mva@mva.name>
|
||||
# * Bapt <bapt@tuxfamily.org>
|
||||
# * kaworu <kaworu@kaworu.ch>
|
||||
# * David Durrleman <dualmoo@gmail.com>
|
||||
@@ -48,7 +48,7 @@ local arguments
|
||||
|
||||
arguments=(
|
||||
'(- :)'{--use-old,-O}'[use the old profile if one was selected]'
|
||||
'(- :)'{--use-portage-chost,-P}'[only set profile if its CHOST matches /etc/make.conf]:profiles:_gcc_profile'
|
||||
'(- :)'{--use-portage-chost,-P}'[only set profile if its CHOST matches /etc/{portage/}make.conf]:profiles:_gcc_profile'
|
||||
'(- :)'{--get-current-profile,-c}'[print current used gcc profile]'
|
||||
'(- :)'{--list-profiles,-l}'[print a list of available profiles]'
|
||||
'(- :)'{--print-environ,-E}'[print environment of the given/current profile]:profiles:_gcc_profile'
|
||||
|
||||
Reference in New Issue
Block a user