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: Mon, 08 May 2017 16:49:58
Message-Id: 1494262172.fec70e700edeb92d2fd414a2e0c11bd76900c5fa.mgorny@gentoo
1 commit: fec70e700edeb92d2fd414a2e0c11bd76900c5fa
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Sun May 7 21:50:04 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 8 16:49:32 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fec70e70
7
8 media-video/mpv: better wording in postinst msg
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 media-video/mpv/mpv-0.25.0.ebuild | 4 ++--
13 media-video/mpv/mpv-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/media-video/mpv/mpv-0.25.0.ebuild b/media-video/mpv/mpv-0.25.0.ebuild
17 index e7c6dc320bb..3d5a0ad40b7 100644
18 --- a/media-video/mpv/mpv-0.25.0.ebuild
19 +++ b/media-video/mpv/mpv-0.25.0.ebuild
20 @@ -341,8 +341,8 @@ pkg_postinst() {
21
22 if [[ ${opengl_0_25_0} -eq 1 ]]; then
23 elog "Since version 0.25.0 the 'opengl' USE flag is mapped to"
24 - elog "the 'opengl' video output and no longer depends on X11"
25 - elog "or Mac OS Aqua. Consider enabling the 'opengl' USE flag."
26 + elog "the 'opengl' video output and no longer explicitly requires"
27 + elog "X11 or Mac OS Aqua. Consider enabling the 'opengl' USE flag."
28 fi
29
30 if use cli && ! has_version 'app-shells/mpv-bash-completion'; then
31
32 diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
33 index af68859aaa1..49eb9194f24 100644
34 --- a/media-video/mpv/mpv-9999.ebuild
35 +++ b/media-video/mpv/mpv-9999.ebuild
36 @@ -343,8 +343,8 @@ pkg_postinst() {
37
38 if [[ ${opengl_0_25_0} -eq 1 ]]; then
39 elog "Since version 0.25.0 the 'opengl' USE flag is mapped to"
40 - elog "the 'opengl' video output and no longer depends on X11"
41 - elog "or Mac OS Aqua. Consider enabling the 'opengl' USE flag."
42 + elog "the 'opengl' video output and no longer explicitly requires"
43 + elog "X11 or Mac OS Aqua. Consider enabling the 'opengl' USE flag."
44 fi
45
46 if use cli && ! has_version 'app-shells/mpv-bash-completion'; then