Polynomial-C made a request via #gentoo-proxy-maint IRC channel to
notify zsh users about mpv-bash-completion too. After some discussion
this change seems reasonable.
This effectively reverts
8e81330.
Package-Manager: portage-2.2.28
Signed-off-by: Ian Delaney <idella4@gentoo.org>
fdo-mime_desktop_database_update
gnome2_icon_cache_update
- # bash-completion prior to 2.3-r1 installs (mostly broken) mpv completion.
- if use cli && ! use zsh-completion && \
- ! has_version '<app-shells/bash-completion-2.3-r1' && \
+ # bash-completion < 2.3-r1 already installs (mostly broken) mpv completion.
+ if use cli && ! has_version '<app-shells/bash-completion-2.3-r1' && \
! has_version 'app-shells/mpv-bash-completion'; then
elog "If you want to have command-line completion via bash-completion,"
elog "please install app-shells/mpv-bash-completion."
fdo-mime_desktop_database_update
gnome2_icon_cache_update
- # bash-completion prior to 2.3-r1 installs (mostly broken) mpv completion.
- if use cli && ! use zsh-completion && \
- ! has_version '<app-shells/bash-completion-2.3-r1' && \
+ # bash-completion < 2.3-r1 already installs (mostly broken) mpv completion.
+ if use cli && ! has_version '<app-shells/bash-completion-2.3-r1' && \
! has_version 'app-shells/mpv-bash-completion'; then
elog "If you want to have command-line completion via bash-completion,"
elog "please install app-shells/mpv-bash-completion."