diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-02-24 16:05:49 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-02-24 16:06:14 +0300 |
commit | cf04f99a9f0017348ded663931d0cce8bb0c9f43 (patch) | |
tree | 28845a298e1f0be23aaf67a2f2fcfb302c55753d /media-video | |
parent | media-video/mpv: remove bash-completion references (diff) | |
download | gentoo-cf04f99a9f0017348ded663931d0cce8bb0c9f43.tar.gz gentoo-cf04f99a9f0017348ded663931d0cce8bb0c9f43.tar.bz2 gentoo-cf04f99a9f0017348ded663931d0cce8bb0c9f43.zip |
media-video/mpv: Sync live ebuild
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 6180d768e59f..8530b0c138ef 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -335,17 +335,6 @@ pkg_postinst() { elog "X11 or Mac OS Aqua. Consider enabling the 'opengl' USE flag." fi - if use cli && ! 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." - fi - - 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 - elog "If you want URL support, please install net-misc/youtube-dl." gnome2_icon_cache_update |