summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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