summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2016-03-10 15:12:36 +0300
committerPatrice Clement <monsieurp@gentoo.org>2016-03-10 21:35:08 +0000
commite07c2bcf879b32a1d1f67fb69beb1a850c8447d5 (patch)
tree92b4ddbfe0d9010b605d8ec31fbb2517d93fba74 /media-video/mpv/mpv-9999.ebuild
parentmedia-video/mpv: drop spammy einfo re ffmpeg/libav from 9999 (diff)
downloadgentoo-e07c2bcf879b32a1d1f67fb69beb1a850c8447d5.tar.gz
gentoo-e07c2bcf879b32a1d1f67fb69beb1a850c8447d5.tar.bz2
gentoo-e07c2bcf879b32a1d1f67fb69beb1a850c8447d5.zip
media-video/mpv: add libass USE description, drop libass ewarn from 9999
Gentoo-Bug: 576748 Package-Manager: portage-2.2.27 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'media-video/mpv/mpv-9999.ebuild')
-rw-r--r--media-video/mpv/mpv-9999.ebuild5
1 files changed, 0 insertions, 5 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index ba2754837ec2..3e8b8115fd6b 100644
--- a/media-video/mpv/mpv-9999.ebuild
+++ b/media-video/mpv/mpv-9999.ebuild
@@ -125,11 +125,6 @@ pkg_pretend() {
if [[ ${MERGE_TYPE} != "binary" ]] && ! tc-has-tls && use vaapi && use egl; then
die "Your compiler lacks C++11 TLS support. Use GCC>=4.8.0 or Clang>=3.3."
fi
-
- if ! use libass; then
- ewarn "You have disabled the libass support."
- ewarn "OSD and subtitles won't be available."
- fi
}
src_prepare() {