summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2017-05-01 20:52:57 +0300
committerDavid Seifert <soap@gentoo.org>2017-05-04 18:28:01 +0200
commitbf1d7665b7294f45df92e665376ee7cae8b65efb (patch)
treec292de568c448abf96023dd7e11028ae753eaba5
parentmedia-video/mpv: notify users about new opengl USE semantics in 9999 (diff)
downloadgentoo-bf1d7665.tar.gz
gentoo-bf1d7665.tar.bz2
gentoo-bf1d7665.zip
media-video/mpv: remove obsolete postinst conditionals in 9999
Both mpv-bash-completion and recent enough bash-completion are stable now. No need for this safety net anymore since the blockers are there. Package-Manager: Portage-2.3.5, Repoman-2.3.2
-rw-r--r--media-video/mpv/mpv-9999.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index 7b17c8bd540d..2ae442f217b3 100644
--- a/media-video/mpv/mpv-9999.ebuild
+++ b/media-video/mpv/mpv-9999.ebuild
@@ -344,9 +344,7 @@ pkg_postinst() {
elog "or Mac OS Aqua. Consider enabling the 'opengl' USE flag."
fi
- # 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
+ 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