media-video/mpv: always install HTML doc in 9999 wrt bug 589702
authorIlya Tumaykin <itumaykin@gmail.com>
Sun, 31 Jul 2016 11:34:34 +0000 (14:34 +0300)
committerPatrice Clement <monsieurp@gentoo.org>
Sun, 7 Aug 2016 20:36:56 +0000 (22:36 +0200)
Package-Manager: portage-2.3.0

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

index c8a370349b56042bdbb8d332d15e1239b0d5ff82..ec70e29fd5cb32533749bc2b267e543e86e4b7f2 100644 (file)
@@ -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)