summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2017-05-08 00:50:04 +0300
committerMichał Górny <mgorny@gentoo.org>2017-05-08 18:49:32 +0200
commitfec70e700edeb92d2fd414a2e0c11bd76900c5fa (patch)
tree4509b8121e519e13564fc87722869262d2b664ca /media-video/mpv
parentprofiles/arch/*/ppc64: drop obsolete media-video/mpv[luajit] p.use.mask (diff)
downloadgentoo-fec70e700edeb92d2fd414a2e0c11bd76900c5fa.tar.gz
gentoo-fec70e700edeb92d2fd414a2e0c11bd76900c5fa.tar.bz2
gentoo-fec70e700edeb92d2fd414a2e0c11bd76900c5fa.zip
media-video/mpv: better wording in postinst msg
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'media-video/mpv')
-rw-r--r--media-video/mpv/mpv-0.25.0.ebuild4
-rw-r--r--media-video/mpv/mpv-9999.ebuild4
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 e7c6dc320bb1..3d5a0ad40b71 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 af68859aaa10..49eb9194f24a 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