Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/
Date: Thu, 04 May 2017 16:28:42
Message-Id: 1493915281.bf1d7665b7294f45df92e665376ee7cae8b65efb.soap@gentoo
1 commit: bf1d7665b7294f45df92e665376ee7cae8b65efb
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Mon May 1 17:52:57 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu May 4 16:28:01 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf1d7665
7
8 media-video/mpv: remove obsolete postinst conditionals in 9999
9
10 Both mpv-bash-completion and recent enough bash-completion are stable
11 now. No need for this safety net anymore since the blockers are there.
12
13 Package-Manager: Portage-2.3.5, Repoman-2.3.2
14
15 media-video/mpv/mpv-9999.ebuild | 4 +---
16 1 file changed, 1 insertion(+), 3 deletions(-)
17
18 diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
19 index 7b17c8bd540..2ae442f217b 100644
20 --- a/media-video/mpv/mpv-9999.ebuild
21 +++ b/media-video/mpv/mpv-9999.ebuild
22 @@ -344,9 +344,7 @@ pkg_postinst() {
23 elog "or Mac OS Aqua. Consider enabling the 'opengl' USE flag."
24 fi
25
26 - # bash-completion < 2.3-r1 already installs (mostly broken) mpv completion.
27 - if use cli && ! has_version '<app-shells/bash-completion-2.3-r1' && \
28 - ! has_version 'app-shells/mpv-bash-completion'; then
29 + if use cli && ! has_version 'app-shells/mpv-bash-completion'; then
30 elog "If you want to have command-line completion via bash-completion,"
31 elog "please install app-shells/mpv-bash-completion."
32 fi