diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2017-05-08 00:50:04 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-08 18:49:32 +0200 |
commit | fec70e700edeb92d2fd414a2e0c11bd76900c5fa (patch) | |
tree | 4509b8121e519e13564fc87722869262d2b664ca /media-video | |
parent | profiles/arch/*/ppc64: drop obsolete media-video/mpv[luajit] p.use.mask (diff) | |
download | gentoo-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')
-rw-r--r-- | media-video/mpv/mpv-0.25.0.ebuild | 4 | ||||
-rw-r--r-- | 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 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 |