commit: 069b78df1c88d2fdfdd2f148d1cc9df0710867c0
Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Wed Jan 6 10:53:59 2016 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Wed Jan 6 10:53:59 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=069b78df
media-video/mpv: add HTML docs to documentation build
Package-Manager: portage-2.2.26
media-video/mpv/mpv-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index c024247..2c101aa 100644
--- a/media-video/mpv/mpv-9999.ebuild
+++ b/media-video/mpv/mpv-9999.ebuild
@@ -178,6 +178,7 @@ src_configure() {
--disable-optimize # Do not add '-O2' to CFLAGS
--disable-debug-build # Do not add '-g' to CFLAGS
+ $(use_enable doc html-build)
$(use_enable doc pdf-build)
$(use_enable vf-dlopen vf-dlopen-filters)
$(use_enable zsh-completion zsh-comp)