From cf530ed1f73491fd7d998194a80842b831178b69 Mon Sep 17 00:00:00 2001 From: Ilya Tumaykin Date: Sun, 31 Jul 2016 14:34:34 +0300 Subject: media-video/mpv: always install HTML doc in 9999 wrt bug 589702 Package-Manager: portage-2.3.0 Signed-off-by: Patrice Clement --- media-video/mpv/mpv-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- cgit v1.2.3-65-gdbad