about summary refs log tree commit diff
path: root/Completion/Unix/Command/_getent
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Command/_getent')
-rwxr-xr-xCompletion/Unix/Command/_getent2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_getent b/Completion/Unix/Command/_getent
index 3ea148b71..b9aff6642 100755
--- a/Completion/Unix/Command/_getent
+++ b/Completion/Unix/Command/_getent
@@ -5,7 +5,7 @@ local services databases keys
 local -a args
 typeset -A opt_args
 
-if _pick_variant -r is_gnu gnu='(GNU|EGLIBC)' unix --version; then
+if _pick_variant -r is_gnu gnu='(GNU|EGLIBC|Gentoo)' unix --version; then
   args+=(
     '(- 1 *)'{-\?,--help}'[display help information]'
     '(- 1 *)--usage[display a short usage message]'