From: Ilya Tumaykin Date: Sun, 31 Jul 2016 11:34:34 +0000 (+0300) Subject: media-video/mpv: always install HTML doc in 9999 wrt bug 589702 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=cf530ed1f73491fd7d998194a80842b831178b69;p=gentoo.git media-video/mpv: always install HTML doc in 9999 wrt bug 589702 Package-Manager: portage-2.3.0 Signed-off-by: Patrice Clement --- diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index c8a370349b56..ec70e29fd5cb 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -144,6 +144,7 @@ src_configure() { local mywafargs=( --confdir="${EPREFIX}/etc/${PN}" --docdir="${EPREFIX}/usr/share/doc/${PF}" + --htmldir="${EPREFIX}/usr/share/doc/${PF}/html" $(usex cli '' '--disable-cplayer') $(use_enable libmpv libmpv-shared) @@ -153,8 +154,8 @@ src_configure() { --disable-static-build --disable-optimize # Don't add '-O2' to CFLAGS. --disable-debug-build # Don't add '-g' to CFLAGS. + --enable-html-build - $(use_enable doc html-build) $(use_enable doc pdf-build) $(use_enable vf-dlopen vf-dlopen-filters) $(use_enable zsh-completion zsh-comp)