diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2018-02-23 01:44:58 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-02-23 21:38:51 +0100 |
commit | 87cac4b9e93eb191a944a68a1652c6af616f01bd (patch) | |
tree | 5e9037b9e24adc48ea81e38609ccf524f602e8fd /media-video | |
parent | media-video/mpv: move python_setup to src_configure for simplicity (diff) | |
download | gentoo-87cac4b9e93eb191a944a68a1652c6af616f01bd.tar.gz gentoo-87cac4b9e93eb191a944a68a1652c6af616f01bd.tar.bz2 gentoo-87cac4b9e93eb191a944a68a1652c6af616f01bd.zip |
media-video/mpv: cleanup mpv-bash-completion postinst check
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 91f9df5bf582..581119576d34 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -331,8 +331,8 @@ pkg_postinst() { elog "please install app-shells/mpv-bash-completion." fi - if use cli && [[ -n ${REPLACING_VERSIONS} ]] && \ - has_version 'app-shells/mpv-bash-completion'; then + if use cli && [[ -n ${REPLACING_VERSIONS} ]] && + has_version 'app-shells/mpv-bash-completion'; then elog "If command-line completion doesn't work after mpv update," elog "please rebuild app-shells/mpv-bash-completion." fi |