diff options
author | 2016-04-27 14:57:35 +0300 | |
---|---|---|
committer | 2016-04-27 23:26:00 +0800 | |
commit | 1f6942f87b1a1517b1f65936e399ac3a8ba38f3b (patch) | |
tree | a793b83b4cadc374f8d023c5d6a74ee843a717e3 /media-video | |
parent | dev-python/docopt: added pypy pypy3 support to vn. 0.6.2-r1 (diff) | |
download | gentoo-1f6942f87b1a1517b1f65936e399ac3a8ba38f3b.tar.gz gentoo-1f6942f87b1a1517b1f65936e399ac3a8ba38f3b.tar.bz2 gentoo-1f6942f87b1a1517b1f65936e399ac3a8ba38f3b.zip |
media-video/mpv: elog re bash completion
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>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mpv/mpv-0.17.0-r2.ebuild | 5 | ||||
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/media-video/mpv/mpv-0.17.0-r2.ebuild b/media-video/mpv/mpv-0.17.0-r2.ebuild index 495b7488f971..6d565570e422 100644 --- a/media-video/mpv/mpv-0.17.0-r2.ebuild +++ b/media-video/mpv/mpv-0.17.0-r2.ebuild @@ -281,9 +281,8 @@ pkg_postinst() { 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." diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 5cfce9c09b43..ff0cecdad16e 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -267,9 +267,8 @@ pkg_postinst() { 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." |