summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/mpv/mpv-0.31.0.ebuild')
-rw-r--r--media-video/mpv/mpv-0.31.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-video/mpv/mpv-0.31.0.ebuild b/media-video/mpv/mpv-0.31.0.ebuild
index 58afdcec2f06..61db0d2cd470 100644
--- a/media-video/mpv/mpv-0.31.0.ebuild
+++ b/media-video/mpv/mpv-0.31.0.ebuild
@@ -123,9 +123,9 @@ COMMON_DEPEND="
DEPEND="${COMMON_DEPEND}
${PYTHON_DEPS}
virtual/pkgconfig
+ dev-python/docutils
cuda? ( >=media-libs/nv-codec-headers-8.2.15.7 )
- doc? ( dev-python/docutils
- dev-python/rst2pdf )
+ doc? ( dev-python/rst2pdf )
dvb? ( virtual/linuxtv-dvb-headers )
test? ( >=dev-util/cmocka-1.0.0 )
"
@@ -166,7 +166,7 @@ src_configure() {
$(use_enable doc html-build)
$(use_enable doc pdf-build)
- $(use_enable doc manpage-build)
+ --enable-manpage-build
$(use_enable cplugins)
$(use_enable test)