From: Ilya Tumaykin Date: Thu, 10 Mar 2016 11:59:09 +0000 (+0300) Subject: media-video/mpv: drop useless ewarn re openal from 9999 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=63a2333ecad262efdc8cc2a16b4f2f1bb47e43b2;p=gentoo.git media-video/mpv: drop useless ewarn re openal from 9999 Gentoo-Bug: 576748 Package-Manager: portage-2.2.27 Signed-off-by: Patrice Clement --- diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 0a7a6cbac864..75be6bc14209 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -131,11 +131,6 @@ pkg_pretend() { ewarn "OSD and subtitles won't be available." fi - if use openal; then - ewarn "You have enabled the openal audio output. Be warned that" - ewarn "this output is considered experimental by upstream." - fi - if use libav; then elog "You have enabled media-video/libav instead of media-video/ffmpeg." elog "Upstream recommends media-video/ffmpeg, as some functionality"