Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/
Date: Fri, 23 Feb 2018 20:39:17
Message-Id: 1519418331.87cac4b9e93eb191a944a68a1652c6af616f01bd.mgorny@gentoo
1 commit: 87cac4b9e93eb191a944a68a1652c6af616f01bd
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Thu Feb 22 22:44:58 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 23 20:38:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87cac4b9
7
8 media-video/mpv: cleanup mpv-bash-completion postinst check
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 media-video/mpv/mpv-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
16 index 91f9df5bf58..581119576d3 100644
17 --- a/media-video/mpv/mpv-9999.ebuild
18 +++ b/media-video/mpv/mpv-9999.ebuild
19 @@ -331,8 +331,8 @@ pkg_postinst() {
20 elog "please install app-shells/mpv-bash-completion."
21 fi
22
23 - if use cli && [[ -n ${REPLACING_VERSIONS} ]] && \
24 - has_version 'app-shells/mpv-bash-completion'; then
25 + if use cli && [[ -n ${REPLACING_VERSIONS} ]] &&
26 + has_version 'app-shells/mpv-bash-completion'; then
27 elog "If command-line completion doesn't work after mpv update,"
28 elog "please rebuild app-shells/mpv-bash-completion."
29 fi