commit: fec70e700edeb92d2fd414a2e0c11bd76900c5fa
Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Sun May 7 21:50:04 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 8 16:49:32 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fec70e70
media-video/mpv: better wording in postinst msg
Package-Manager: Portage-2.3.5, Repoman-2.3.2
media-video/mpv/mpv-0.25.0.ebuild | 4 ++--
media-video/mpv/mpv-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/media-video/mpv/mpv-0.25.0.ebuild
b/media-video/mpv/mpv-0.25.0.ebuild
index e7c6dc320bb..3d5a0ad40b7 100644
--- a/media-video/mpv/mpv-0.25.0.ebuild
+++ b/media-video/mpv/mpv-0.25.0.ebuild
@@ -341,8 +341,8 @@ pkg_postinst() {
if [[ ${opengl_0_25_0} -eq 1 ]]; then
elog "Since version 0.25.0 the 'opengl' USE flag is mapped to"
- elog "the 'opengl' video output and no longer depends on X11"
- elog "or Mac OS Aqua. Consider enabling the 'opengl' USE flag."
+ elog "the 'opengl' video output and no longer explicitly
requires"
+ elog "X11 or Mac OS Aqua. Consider enabling the 'opengl' USE
flag."
fi
if use cli && ! has_version 'app-shells/mpv-bash-completion'; then
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index af68859aaa1..49eb9194f24 100644
--- a/media-video/mpv/mpv-9999.ebuild
+++ b/media-video/mpv/mpv-9999.ebuild
@@ -343,8 +343,8 @@ pkg_postinst() {
if [[ ${opengl_0_25_0} -eq 1 ]]; then
elog "Since version 0.25.0 the 'opengl' USE flag is mapped to"
- elog "the 'opengl' video output and no longer depends on X11"
- elog "or Mac OS Aqua. Consider enabling the 'opengl' USE flag."
+ elog "the 'opengl' video output and no longer explicitly
requires"
+ elog "X11 or Mac OS Aqua. Consider enabling the 'opengl' USE
flag."
fi
if use cli && ! has_version 'app-shells/mpv-bash-completion'; then