media-video/mpv: drop useless ewarn re openal from 9999
authorIlya Tumaykin <itumaykin@gmail.com>
Thu, 10 Mar 2016 11:59:09 +0000 (14:59 +0300)
committerPatrice Clement <monsieurp@gentoo.org>
Thu, 10 Mar 2016 21:34:58 +0000 (21:34 +0000)
Gentoo-Bug: 576748

Package-Manager: portage-2.2.27

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
media-video/mpv/mpv-9999.ebuild

index 0a7a6cbac86481c2f04ec900e70a234c379ad2fa..75be6bc14209a65249980504ca593437c0f1de69 100644 (file)
@@ -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"